blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
InspectorPanelOptions
Interface InspectorPanelOptions<TTab, TAction>
interface
InspectorPanelOptions
<
TTab
extends
InspectorPanelTab
=
InspectorPanelTab
,
TAction
extends
InspectorPanelAction
=
InspectorPanelAction
,
>
{
box
?:
InspectorPanelBoxOptions
;
data
:
InspectorPanelData
<
TTab
,
TAction
>
;
parent
:
Node
;
}
Type Parameters
TTab
extends
InspectorPanelTab
=
InspectorPanelTab
TAction
extends
InspectorPanelAction
=
InspectorPanelAction
Index
Properties
box?
data
parent
Properties
Optional
box
box
?:
InspectorPanelBoxOptions
data
data
:
InspectorPanelData
<
TTab
,
TAction
>
parent
parent
:
Node
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
box
data
parent
GitHub
Roadmap
blessed-components - v1.20.0
Loading...