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

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

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

    Properties

    Properties

    factoryId: string

    The id of the widget factory to use.

    options?: any

    The widget factory specific information.