Theia API Documentation v1.65.0
    Preparing search index...
    interface ViewContributionOptions {
        defaultWidgetOptions: ApplicationShell.WidgetOptions;
        toggleCommandId?: string;
        toggleKeybinding?: string;
        viewContainerId?: string;
        widgetId: string;
        widgetName: string;
    }
    Index

    Properties

    defaultWidgetOptions: ApplicationShell.WidgetOptions
    toggleCommandId?: string
    toggleKeybinding?: string
    viewContainerId?: string
    widgetId: string
    widgetName: string