Interface DidCreateWidgetEvent

Representation of a didCreateWidgetEvent.

interface DidCreateWidgetEvent {
    factoryId: string;
    widget: Widget;
}

Properties

Properties

factoryId: string

The widget factory id.

widget: Widget

The widget which was created.