Interface WidgetPanelOptions

interface WidgetPanelOptions {
    callback?: WidgetPanelCallback;
    label?: string;
    property?: string;
    type?: string;
}

Hierarchy (view full)

Properties

label?: string
property?: string
type?: string