Interface WidgetConstructionOptions

Representation of the WidgetConstructionOptions. Defines a serializable description to create widgets.

interface WidgetConstructionOptions {
    factoryId: string;
    options?: any;
}

Properties

Properties

factoryId: string

The id of the widget factory to use.

options?: any

The widget factory specific information.