Interface SettingDetailsControlList

interface SettingDetailsControlList {
    delayed: boolean;
    format: string;
    heading?: string;
    multiselect: boolean;
    type: "list";
}

Hierarchy (View Summary)

Properties

delayed: boolean
format: string
heading?: string
multiselect: boolean
type: "list"