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

    Interface HelpOverlaySection<TItem>

    One named group of help shortcuts.

    interface HelpOverlaySection<TItem extends KeymapHelpItem = KeymapHelpItem> {
        items: readonly TItem[];
        title: string;
    }

    Type Parameters

    Index

    Properties

    Properties

    items: readonly TItem[]

    Shortcut entries rendered under the section title.

    title: string

    Visible section title.