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

    Interface QuickSwitcherItem

    interface QuickSwitcherItem {
        disabled?: boolean;
        group?: string;
        id: string;
        label: string;
        meta?: string;
    }
    Index

    Properties

    disabled?: boolean
    group?: string
    id: string
    label: string
    meta?: string