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

    Interface ContextMenuItem

    Context menu action rendered by renderContextMenu.

    interface ContextMenuItem {
        disabled?: boolean;
        id: string;
        label: string;
        shortcut?: string;
    }
    Index

    Properties

    disabled?: boolean

    Whether action is unavailable.

    id: string

    Stable action id.

    label: string

    Visible action label.

    shortcut?: string

    Optional shortcut text.