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

    Interface CommandPaletteItem

    Minimum data required for one command.

    interface CommandPaletteItem {
        description?: string;
        disabled?: boolean;
        id: string;
        label: string;
    }
    Index

    Properties

    description?: string

    Secondary searchable command text.

    disabled?: boolean

    Whether command cannot be executed.

    id: string

    Stable command identifier.

    label: string

    Primary command label.