Skip to main content
Version: 1.x

Interface: IOutput

molecule.model.IOutput

Hierarchy

Properties

active

Optional active: boolean

deprecated Tab doesn't need this property, but the type extends from tab need

Inherited from

IPanelItem.active

Defined in

components/tabs/tab.tsx:39


closable

Optional closable: boolean

Mark the tab status to be closable, Default is true

Inherited from

IPanelItem.closable

Defined in

components/tabs/tab.tsx:44


data

Optional data: any

Inherited from

IPanelItem.data

Defined in

model/workbench/panel.tsx:10


editable

Optional editable: boolean

Mark the tab status to be editing

Inherited from

IPanelItem.editable

Defined in

components/tabs/tab.tsx:48


icon

Optional icon: string | Element

Inherited from

IPanelItem.icon

Defined in

components/tabs/tab.tsx:50


id

id: UniqueId

Inherited from

IPanelItem.id

Defined in

components/tabs/tab.tsx:51


name

Optional name: string

Inherited from

IPanelItem.name

Defined in

components/tabs/tab.tsx:52


outputEditorInstance

Optional outputEditorInstance: IStandaloneCodeEditor

Defined in

model/workbench/panel.tsx:30


renderPane

Optional renderPane: ReactNode | (item: any, tab?: ITabProps<any, any>, group?: IEditorGroup<any, any>) => ReactNode

Inherited from

IPanelItem.renderPane

Defined in

components/tabs/tab.tsx:53


sortIndex

Optional sortIndex: number

The sort of panel item

Inherited from

IPanelItem.sortIndex

Defined in

model/workbench/panel.tsx:14


status

Optional status: "edited" | (tab: ITabProps<any, any>) => Element

Inherited from

IPanelItem.status

Defined in

components/tabs/tab.tsx:49


title

Optional title: string

The same as HTMLElement title attribute

Inherited from

IPanelItem.title

Defined in

model/workbench/panel.tsx:8


toolbox

Optional toolbox: IActionBarItemProps<any>[]

Inherited from

IPanelItem.toolbox

Defined in

model/workbench/panel.tsx:9

Methods

onUpdateEditorIns

Optional onUpdateEditorIns(editorInstance): void

Parameters

NameType
editorInstanceIStandaloneCodeEditor

Returns

void

Defined in

model/workbench/panel.tsx:31