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

    Interface SpotlightItem

    Minimum data required for one Spotlight result.

    interface SpotlightItem {
        disabled?: boolean;
        id: string;
        label: string;
        shortcut?: string;
        keywords?: readonly string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    disabled?: boolean

    Whether navigation and activation must skip this action.

    id: string

    Stable action identifier.

    label: string

    Human-readable action label.

    shortcut?: string

    Optional visible keyboard shortcut or mnemonic.

    keywords?: readonly string[]

    Additional searchable terms.