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

    Interface CommandCenterItem

    One command surfaced by CommandCenter.

    interface CommandCenterItem {
        description?: string;
        disabled?: boolean;
        group?: string;
        id: string;
        label: string;
        shortcut?: string;
    }
    Index

    Properties

    description?: string
    disabled?: boolean
    group?: string
    id: string
    label: string
    shortcut?: string