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

    Interface RenderShellHistoryOptions

    Options accepted by renderShellHistory.

    interface RenderShellHistoryOptions {
        activeId?: string;
        height?: number;
        items: readonly ShellHistoryItem[];
        query?: string;
        width?: number;
    }
    Index

    Properties

    activeId?: string
    height?: number
    items: readonly ShellHistoryItem[]
    query?: string
    width?: number