Interface SettingDetailsControlEdit

interface SettingDetailsControlEdit {
    delayed: boolean;
    format: string;
    heading?: string;
    hidden: boolean;
    type: "edit";
    verifynewvalue: boolean;
}

Hierarchy (View Summary)

Properties

delayed: boolean
format: string
heading?: string
hidden: boolean
type: "edit"
verifynewvalue: boolean