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

    The command contribution should be implemented to register custom commands and handler.

    Implements

    Index

    Constructors

    Properties

    activePerspectiveId: undefined | string
    contextKeyService: undefined | ContextKeyService
    contributions: undefined | ContributionProvider<PerspectiveContribution>
    defaultPerspectiveId: "default" = PerspectiveServiceImpl.DEFAULT_PERSPECTIVE_ID

    The ID of the built-in default perspective. Plumbing API, used by ShellLayoutRestorer for legacy migration.

    logger: ILogger
    onDidChangePerspective: Event<string> = ...

    Event fired whenever the active perspective changes. The payload is the new perspective ID.

    onDidChangePerspectiveEmitter: Emitter<string> = ...
    perspectives: Map<string, PerspectiveDescriptor> = ...
    quickInputService: undefined | QuickInputService
    savedLayouts: Map<string, ApplicationShell.LayoutData> = ...
    switchInProgress: undefined | Promise<void>
    widgetAreaResolver: WidgetAreaResolver
    widgetManager: WidgetManager
    DEFAULT_PERSPECTIVE_ID: "default" = 'default'
    RESET_PERSPECTIVE_COMMAND: Command = ...
    SWITCH_PERSPECTIVE_COMMAND: Command = ...

    Methods