interface CustomListsSetting {
    capitalize?: boolean;
    custom_lists?: CustomListData[];
    default?: string | string[] | Object[];
    description?: string;
    format?: string;
    hidden?: boolean;
    instructions?: string;
    key: string;
    label: string;
    level?: number;
    menuOptions?: Element[];
    menuTitle?: string;
    options?: SettingData[];
    paired?: string;
    randomizable?: boolean;
    readOnly?: boolean;
    required?: boolean;
    skip?: boolean;
    type?: string;
    urlBase?: any;
}

Hierarchy (View Summary)

Properties

capitalize?: boolean
custom_lists?: CustomListData[]
default?: string | string[] | Object[]
description?: string
format?: string
hidden?: boolean
instructions?: string
key: string
label: string
level?: number
menuOptions?: Element[]
menuTitle?: string
options?: SettingData[]
paired?: string
randomizable?: boolean
readOnly?: boolean
required?: boolean
skip?: boolean
type?: string
urlBase?: any