Skip to main content

Interface: IOutput

model.IOutput

Hierarchy

Table of contents

Properties

Methods

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

src/components/tabs/tab.tsx:35


closable

Optional closable: boolean

Mark the tab status to be closable, Default is true

Inherited from

IPanelItem.closable

Defined in

src/components/tabs/tab.tsx:40


data

Optional data: any

Inherited from

IPanelItem.data

Defined in

src/model/workbench/panel.tsx:11


editable

Optional editable: boolean

Mark the tab status to be editing

Inherited from

IPanelItem.editable

Defined in

src/components/tabs/tab.tsx:44


icon

Optional icon: string | Element

Inherited from

IPanelItem.icon

Defined in

src/components/tabs/tab.tsx:46


id

id: UniqueId

Inherited from

IPanelItem.id

Defined in

src/components/tabs/tab.tsx:47


name

Optional name: string

Inherited from

IPanelItem.name

Defined in

src/components/tabs/tab.tsx:48


outputEditorInstance

Optional outputEditorInstance: IStandaloneCodeEditor

Defined in

src/model/workbench/panel.tsx:31


renderPane

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

Inherited from

IPanelItem.renderPane

Defined in

src/components/tabs/tab.tsx:49


sortIndex

Optional sortIndex: number

The sort of panel item

Inherited from

IPanelItem.sortIndex

Defined in

src/model/workbench/panel.tsx:15


status

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

Inherited from

IPanelItem.status

Defined in

src/components/tabs/tab.tsx:45


title

Optional title: string

The same as HTMLElement title attribute

Inherited from

IPanelItem.title

Defined in

src/model/workbench/panel.tsx:9


toolbox

Optional toolbox: IActionBarItemProps\<any>[]

Inherited from

IPanelItem.toolbox

Defined in

src/model/workbench/panel.tsx:10

Methods

onUpdateEditorIns

onUpdateEditorIns(editorInstance): void

Parameters

NameType
editorInstanceIStandaloneCodeEditor

Returns

void

Defined in

src/model/workbench/panel.tsx:32