Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookCellStatusBarItem {
        accessibilityInformation?: AccessibilityInformation;
        alignment: CellStatusbarAlignment;
        backgroundColor?: string | ThemeColor;
        color?: string | ThemeColor;
        command?: string | Command & { arguments?: unknown[] };
        onlyShowWhenActive?: boolean;
        opacity?: string;
        priority?: number;
        text: string;
        tooltip?: string | MarkdownString;
    }
    Index

    Properties

    accessibilityInformation?: AccessibilityInformation
    backgroundColor?: string | ThemeColor
    color?: string | ThemeColor
    command?: string | Command & { arguments?: unknown[] }
    onlyShowWhenActive?: boolean
    opacity?: string
    priority?: number
    text: string
    tooltip?: string | MarkdownString