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

    Interface MenuItem

    Minimum data required for one menu action.

    interface MenuItem {
        disabled?: boolean;
        id: string;
        label: string;
        shortcut?: 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.