Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookCellStatusBarItem {
        alignment: CellStatusbarAlignment;
        command?: string | Command;
        onlyShowWhenActive?: boolean;
        opacity?: string;
        priority?: number;
        text: string;
        tooltip?: string | MarkdownString;
    }
    Index

    Properties

    command?: string | Command
    onlyShowWhenActive?: boolean
    opacity?: string

    readonly accessibilityInformation?: IAccessibilityInformation;

    priority?: number
    text: string
    tooltip?: string | MarkdownString

    readonly color?: string | ThemeColor; readonly backgroundColor?: string | ThemeColor;