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

    Interface NavigationListOptions<TItem>

    Options accepted by the Blessed navigationList adapter.

    interface NavigationListOptions<
        TItem extends NavigationListItem = NavigationListItem,
    > {
        box?: NavigationListBoxOptions;
        data: NavigationListData<TItem>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

    Position, dimensions, style, and standard Blessed box settings.

    Targets, controlled or uncontrolled value, and change listeners.

    parent: Node

    Blessed screen or node receiving the created box.