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