Interface SettingDetailsSettingBase

interface SettingDetailsSettingBase {
    control?: SettingDetailsControl;
    enabled: boolean;
    help?: string;
    id: string;
    label: string;
    level: SettingLevel;
    parent?: string;
    type: SettingType;
}

Hierarchy (View Summary)

Properties

enabled: boolean
help?: string
id: string
label: string
parent?: string