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

    Interface KeymapHelpOptions<TCommand>

    interface KeymapHelpOptions<
        TCommand extends KeymapHelpCommand = KeymapHelpCommand,
    > {
        box?: KeymapHelpBoxOptions;
        data: KeymapHelpData<TCommand>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

    parent: Node