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

    Interface RenderShortcutRecorderOptions

    Options accepted by renderShortcutRecorder.

    interface RenderShortcutRecorderOptions {
        emptyLabel?: string;
        height?: number;
        items: readonly ShortcutRecorderItem[];
        title?: string;
        width?: number;
    }
    Index

    Properties

    emptyLabel?: string

    Empty-state text.

    height?: number

    Maximum rendered height.

    items: readonly ShortcutRecorderItem[]

    Recorded shortcuts, newest last.

    title?: string

    Title text.

    width?: number

    Maximum terminal-cell width of each line.