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

    Interface ActionBarOptions<TAction>

    interface ActionBarOptions<TAction extends ActionBarAction = ActionBarAction> {
        box?: ActionBarBoxOptions;
        data: ActionBarData<TAction>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

    parent: Node