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

    Interface VirtualListOptions<TItem>

    Options accepted by the Blessed virtualList adapter.

    interface VirtualListOptions<TItem extends ListItem = ListItem> {
        box?: BoxElementOptions;
        data: VirtualListData<TItem>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

    Optional dimensions, position, style, and standard Blessed box settings.

    Items, markers, overscan, offset, and theme data.

    parent: Node

    Blessed screen or node receiving the VirtualList.