blessed-components - v1.20.0
    Preparing search index...

    Interface WorkspaceSwitcherItem

    One workspace available to WorkspaceSwitcher.

    interface WorkspaceSwitcherItem {
        disabled?: boolean;
        environment?: string;
        id: string;
        label: string;
        status?: string;
    }
    Index

    Properties

    disabled?: boolean
    environment?: string
    id: string
    label: string
    status?: string