Skip to main content
Version: 0.9.0-beta.2

Namespace: model

molecule.model

Enumerations

Classes

Interfaces

Type aliases

FileType

Ƭ FileType: keyof typeof FileTypes

Defined in

src/model/workbench/explorer/folderTree.tsx:13


IEditorOptions

Ƭ IEditorOptions: MonacoEditor.IEditorOptions & MonacoEditor.IGlobalEditorOptions

Defined in

src/model/workbench/editor.ts:29


RenderFunctionProps

Ƭ RenderFunctionProps: (props: any) => React.ReactNode

Type declaration

▸ (props): React.ReactNode

Parameters
NameType
propsany
Returns

React.ReactNode

Defined in

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

Variables

KeyCodeString

KeyCodeString: Partial<{ [key in KeyCode]: string }>

Defined in

src/model/keybinding.ts:3