Theia API Documentation v1.65.0
    Preparing search index...
    interface StatusBarMessageRegistryMain {
        $dispose(id: string): void;
        $setMessage(
            id: string,
            name: undefined | string,
            text: undefined | string,
            priority: number,
            alignment: StatusBarAlignment,
            color: undefined | string,
            backgroundColor: undefined | string,
            tooltip: undefined | string | true | MarkdownString,
            command: undefined | string,
            accessibilityInformation: AccessibilityInformation,
            args: undefined | any[],
        ): PromiseLike<void>;
    }

    Implemented by

    Index

    Methods

    • Parameters

      • id: string
      • name: undefined | string
      • text: undefined | string
      • priority: number
      • alignment: StatusBarAlignment
      • color: undefined | string
      • backgroundColor: undefined | string
      • tooltip: undefined | string | true | MarkdownString

        Value true indicates that the tooltip can be retrieved asynchronously

      • command: undefined | string
      • accessibilityInformation: AccessibilityInformation
      • args: undefined | any[]

      Returns PromiseLike<void>