Class: IExplorerModel
Implements
Constructors
constructor
• new IExplorerModel(data?
, headerToolBar?
, activePanelKeys?
)
Parameters
Name | Type | Default value |
---|---|---|
data | IExplorerPanelItem [] | [] |
headerToolBar? | IActionBarItemProps <any > | undefined |
activePanelKeys? | UniqueId [] | undefined |
Defined in
model/workbench/explorer/explorer.tsx:50
Properties
activePanelKeys
• Optional
activePanelKeys: UniqueId
[]
Implementation of
Defined in
model/workbench/explorer/explorer.tsx:48
data
• data: IExplorerPanelItem
[]
Implementation of
Defined in
model/workbench/explorer/explorer.tsx:46
headerToolBar
• Optional
headerToolBar: IActionBarItemProps
<any
>