@thepalaceproject/circulation-admin
    Preparing search index...

    Interface SettingData

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

    Hierarchy (View Summary)

    Index

    Properties

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