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

    A contribution to a cell's status bar

    Implements

    Index

    Constructors

    Properties

    accessibilityInformation?: AccessibilityInformation

    Accessibility information used when a screen reader interacts with this item.

    Whether the item is aligned to the left or right.

    command?: string | Command

    An optional Command or identifier of a command to run on click.

    The command must be known.

    Note that if this is a Command object, only the command and arguments are used by the editor.

    priority?: number

    The priority of the item. A higher value item will be shown more to the left.

    text: string

    The text to show for the item.

    tooltip?: string

    A tooltip to show when the item is hovered.