Interface IToggleWidgetOptions

interface IToggleWidgetOptions {
    callback?: WidgetPanelCallback;
    label?: string;
    off?: string;
    on?: string;
    property?: string;
    type?: string;
}

Hierarchy (view full)

Properties

label?: string
off?: string
on?: string
property?: string
type?: string