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

    Interface KeymapHelpRenderResult

    Result including ids visible after filtering and clipping.

    interface KeymapHelpRenderResult {
        content: string;
        conflictingKeys: readonly string[];
        visibleCommandIds: readonly string[];
    }
    Index

    Properties

    content: string
    conflictingKeys: readonly string[]
    visibleCommandIds: readonly string[]