Namespace: model
molecule.model
Enumerations
- ActivityBarEvent
- ColorScheme
- EditorEvent
- EditorTreeEvent
- ExplorerEvent
- FileTypes
- Float
- FolderTreeEvent
- IContributeType
- IExtensionType
- MarkerSeverity
- MenuBarEvent
- NotificationStatus
- PanelEvent
- SearchEvent
- SettingsEvent
- StatusBarEvent
Classes
- ActivityBarModel
- EditorGroupModel
- EditorModel
- EditorTree
- IExplorerModel
- IFolderTreeModel
- MenuBarModel
- NotificationModel
- PanelModel
- ProblemsModel
- SearchModel
- SettingsModel
- SidebarModel
- StatusBarModel
- TreeNodeModel
Interfaces
- IActivityBar
- IActivityBarItem
- IActivityMenuItemProps
- IColorTheme
- IColors
- IContribute
- IEditor
- IEditorAction
- IEditorActionsProps
- IEditorGroup
- IEditorTab
- IExplorer
- IExplorerPanelItem
- IExtension
- IFolderInputEvent
- IFolderTree
- IFolderTreeNodeProps
- IFolderTreeSubItem
- IIconTheme
- IMenuBar
- IMenuBarItem
- INotification
- INotificationItem
- IOutput
- IPanel
- IPanelItem
- IProblems
- IProblemsItem
- IRelatedInformation
- ISearchProps
- ISettings
- ISidebar
- ISidebarPane
- ISimpleKeybinding
- IStatusBar
- IStatusBarItem
- IWorkbench
- TokenColor
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
Name | Type |
---|---|
props | any |
Returns
React.ReactNode
Defined in
src/model/workbench/explorer/explorer.tsx:12
Variables
KeyCodeString
• KeyCodeString: Partial
<{ [key in KeyCode]: string }>