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

    Interface MenuOptions<TItem>

    Options accepted by the Blessed menu adapter.

    interface MenuOptions<TItem extends MenuItem = MenuItem> {
        box?: MenuBoxOptions;
        data: MenuData<TItem>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

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

    Actions, focus state, and activation listener.

    parent: Node

    Blessed screen or node receiving the created box.