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

    Interface MenuBarOptions<TItem>

    Options accepted by the Blessed menuBar adapter.

    interface MenuBarOptions<TItem extends MenuBarItem = MenuBarItem> {
        box?: MenuBarBoxOptions;
        data: MenuBarData<TItem>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

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

    Menus, controlled or uncontrolled value, and change listeners.

    parent: Node

    Blessed screen or node receiving the created box.