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

    Interface RenderCommandCenterOptions<TItem>

    Renderer options.

    interface RenderCommandCenterOptions<
        TItem extends CommandCenterItem = CommandCenterItem,
    > {
        activeId?: string;
        characters?: CommandCenterCharacters;
        height?: number;
        items: readonly TItem[];
        query?: string;
        recentIds?: readonly string[];
        width?: number;
    }

    Type Parameters

    Index

    Properties

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