Interface SettingDetailsControlSlider

interface SettingDetailsControlSlider {
    delayed: boolean;
    format: string;
    formatlabel: string;
    heading?: string;
    popup: boolean;
    type: "slider";
}

Hierarchy (View Summary)

Properties

delayed: boolean
format: string
formatlabel: string
heading?: string
popup: boolean
type: "slider"