Skip to main content
Version: 1.x

Class: IExplorerModel

molecule.model.IExplorerModel

Implements

Constructors

constructor

new IExplorerModel(data?, headerToolBar?, activePanelKeys?)

Parameters

NameTypeDefault value
dataIExplorerPanelItem[][]
headerToolBar?IActionBarItemProps<any>undefined
activePanelKeys?UniqueId[]undefined

Defined in

model/workbench/explorer/explorer.tsx:50

Properties

activePanelKeys

Optional activePanelKeys: UniqueId[]

Implementation of

IExplorer.activePanelKeys

Defined in

model/workbench/explorer/explorer.tsx:48


data

data: IExplorerPanelItem[]

Implementation of

IExplorer.data

Defined in

model/workbench/explorer/explorer.tsx:46


headerToolBar

Optional headerToolBar: IActionBarItemProps<any>

Implementation of

IExplorer.headerToolBar

Defined in

model/workbench/explorer/explorer.tsx:47