Interface SettingDetailsControlButton

interface SettingDetailsControlButton {
    delayed: boolean;
    format: string;
    heading?: string;
    type: "button";
}

Hierarchy (View Summary)

Properties

delayed: boolean
format: string
heading?: string
type: "button"