Interface CreateObjectParams

interface CreateObjectParams {
    attrs: Attrs;
    ignore_on_error?: boolean;
    templates?: string[];
}

Properties

attrs: Attrs
ignore_on_error?: boolean
templates?: string[]