Skip to main content
Version: 1.x

Interface: IEditor

molecule.model.IEditor

Implemented by

Properties

current

Optional current: null | IEditorGroup<any, any>

Current editor group

Defined in

model/workbench/editor.ts:62


editorOptions

Optional editorOptions: IEditorOptions

Built-in editor options, there is main apply it to monaco-editor

Defined in

model/workbench/editor.ts:74


entry

Optional entry: ReactNode

The welcome page of editor bench

Defined in

model/workbench/editor.ts:70


groups

Optional groups: IEditorGroup<any, any>[]

Editor Groups

Defined in

model/workbench/editor.ts:66