Theia API Documentation v1.65.0
    Preparing search index...

    Representation of a didCreateWidgetEvent.

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

    Properties

    Properties

    factoryId: string

    The widget factory id.

    widget: Widget

    The widget which was created.