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

    Implements

    Index

    Constructors

    Properties

    ID_PREFIX: string = 'plugin-status-bar-item'

    Accessors

    • get backgroundColor(): undefined | ThemeColor

      The background color for this entry.

      Note: only the following colors are supported:

      • new ThemeColor('statusBarItem.errorBackground')
      • new ThemeColor('statusBarItem.warningBackground')

      More background colors may be supported in the future.

      Note: when a background color is set, the statusbar may override the color choice to ensure the entry is readable in all themes.

      Returns undefined | ThemeColor

    • set backgroundColor(backgroundColor: undefined | ThemeColor): void

      The background color for this entry.

      Note: only the following colors are supported:

      • new ThemeColor('statusBarItem.errorBackground')
      • new ThemeColor('statusBarItem.warningBackground')

      More background colors may be supported in the future.

      Note: when a background color is set, the statusbar may override the color choice to ensure the entry is readable in all themes.

      Parameters

      Returns void

    Methods