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

    Interface RenderKeymapHelpOptions<TCommand>

    Options accepted by renderKeymapHelp.

    interface RenderKeymapHelpOptions<
        TCommand extends KeymapHelpCommand = KeymapHelpCommand,
    > {
        characters?: KeymapHelpCharacters;
        commands: readonly TCommand[];
        height?: number;
        query?: string;
        scope?: string;
        width?: number;
    }

    Type Parameters

    Index

    Properties

    commands: readonly TCommand[]
    height?: number
    query?: string
    scope?: string
    width?: number