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

    Interface TabsOptions<TItem>

    Options accepted by the Blessed tabs adapter.

    interface TabsOptions<TItem extends TabItem = TabItem> {
        box?: TabsBoxOptions;
        data: TabsData<TItem>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

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

    Tabs, controlled or uncontrolled value, and change listeners.

    parent: Node

    Blessed screen or node receiving the created box.