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

    Interface DropdownMenuOptions<TAction>

    Options accepted by Blessed dropdownMenu adapter.

    interface DropdownMenuOptions<TAction extends MenuItem = MenuItem> {
        box?: DropdownMenuBoxOptions;
        data: DropdownMenuData<TAction>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

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

    Menu tree, state, and callbacks.

    parent: Node

    Blessed screen or node receiving created box.