@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface FakeStatusBarItem

    One fake status bar item and everything ever set on it.

    interface FakeStatusBarItem {
        accessibilityInformation: AccessibilityInformationLike | undefined;
        alignment: "left" | "right";
        backgroundColor: "error" | "warning" | undefined;
        command: string | CommandLinkLike | undefined;
        disposed: boolean;
        id: string;
        priority: number | undefined;
        text: string | undefined;
        tooltip: TooltipLike | undefined;
        visible: boolean;
    }
    Index
    accessibilityInformation: AccessibilityInformationLike | undefined
    alignment: "left" | "right"
    backgroundColor: "error" | "warning" | undefined
    command: string | CommandLinkLike | undefined
    disposed: boolean
    id: string
    priority: number | undefined
    text: string | undefined
    tooltip: TooltipLike | undefined
    visible: boolean