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

    Interface KeymapHelpItem

    interface KeymapHelpItem {
        description: string;
        id: string;
        keys: readonly string[];
    }
    Index

    Properties

    Properties

    description: string

    Human-readable action description.

    id: string

    Stable action identifier.

    keys: readonly string[]

    Chords that trigger the action.