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

    Interface SelectionSummaryOptions<TAction>

    interface SelectionSummaryOptions<
        TAction extends SelectionSummaryAction = SelectionSummaryAction,
    > {
        box?: SelectionSummaryBoxOptions;
        data: SelectionSummaryData<TAction>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

    parent: Node