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

    Interface KeymapHelpCommand

    One command displayed by KeymapHelp.

    interface KeymapHelpCommand {
        description: string;
        disabled?: boolean;
        disabledReason?: string;
        id: string;
        keys: readonly string[];
        scope: string;
    }
    Index

    Properties

    description: string
    disabled?: boolean
    disabledReason?: string
    id: string
    keys: readonly string[]
    scope: string

    Scope in which the command is active.