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