Skip to main content
Version: 0.9.0-beta.2

Interface: IExplorerPanelItem

molecule.model.IExplorerPanelItem

Indexable

[key: string]: any

Properties

className

Optional className: string

Defined in

src/model/workbench/explorer/explorer.tsx:28


hidden

Optional hidden: boolean

whether hidden in explorer

Defined in

src/model/workbench/explorer/explorer.tsx:34


id

id: UniqueId

It must be unique in the Explorer Panel Data

Defined in

src/model/workbench/explorer/explorer.tsx:17


name

name: string

requires true explorer panel's title

Defined in

src/model/workbench/explorer/explorer.tsx:22


renderPanel

Optional renderPanel: RenderFunctionProps

Defined in

src/model/workbench/explorer/explorer.tsx:30


sortIndex

Optional sortIndex: number

specify panel order the bigger the number is ranked previous

Defined in

src/model/workbench/explorer/explorer.tsx:27


toolbar

Optional toolbar: IActionBarItemProps<any>[]

Defined in

src/model/workbench/explorer/explorer.tsx:29