Interface IEnumWidgetOptions

interface IEnumWidgetOptions {
    callback?: WidgetPanelCallback;
    label?: string;
    property?: string;
    type?: string;
    values: string[];
}

Hierarchy (view full)

Properties

label?: string
property?: string
type?: string
values: string[]