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

    Interface InspectorPanelOptions<TTab, TAction>

    interface InspectorPanelOptions<
        TTab extends InspectorPanelTab = InspectorPanelTab,
        TAction extends InspectorPanelAction = InspectorPanelAction,
    > {
        box?: InspectorPanelBoxOptions;
        data: InspectorPanelData<TTab, TAction>;
        parent: Node;
    }

    Type Parameters

    Index

    Properties

    Properties

    parent: Node