DefaultExtensionPoints
interface exported by @mwillbanks/tuil-plugin.
interface
Public interface exported by @mwillbanks/tuil-plugin.
export interface DefaultExtensionPoints {
routes: unknown;
registry: unknown;
workflows: unknown;
theme: unknown;
statusBar: unknown;
appBar: unknown;
menus: unknown;
keybindings: unknown;
dataAdapters: unknown;
persistenceAdapters: unknown;
operationExecutors: unknown;
devtools: unknown;
components: unknown;
editorProviders: unknown;
editorCommands: unknown;
logParsers: unknown;
themes: unknown;
formatAdapters: unknown;
renderProjections: unknown;
devtoolsPanels: unknown;
renderers: unknown;
readonly [key: string]: unknown;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
routes | unknown | Yes | The routes member uses the unknown contract. | — |
registry | unknown | Yes | The registry member uses the unknown contract. | — |
workflows | unknown | Yes | The workflows member uses the unknown contract. | — |
theme | unknown | Yes | The theme member uses the unknown contract. | — |
statusBar | unknown | Yes | The statusBar member uses the unknown contract. | — |
appBar | unknown | Yes | The appBar member uses the unknown contract. | — |
menus | unknown | Yes | The menus member uses the unknown contract. | — |
keybindings | unknown | Yes | The keybindings member uses the unknown contract. | — |
dataAdapters | unknown | Yes | The dataAdapters member uses the unknown contract. | — |
persistenceAdapters | unknown | Yes | The persistenceAdapters member uses the unknown contract. | — |
operationExecutors | unknown | Yes | The operationExecutors member uses the unknown contract. | — |
devtools | unknown | Yes | The devtools member uses the unknown contract. | — |
components | unknown | Yes | The components member uses the unknown contract. | — |
editorProviders | unknown | Yes | The editorProviders member uses the unknown contract. | — |
editorCommands | unknown | Yes | The editorCommands member uses the unknown contract. | — |
logParsers | unknown | Yes | The logParsers member uses the unknown contract. | — |
themes | unknown | Yes | The themes member uses the unknown contract. | — |
formatAdapters | unknown | Yes | The formatAdapters member uses the unknown contract. | — |
renderProjections | unknown | Yes | The renderProjections member uses the unknown contract. | — |
devtoolsPanels | unknown | Yes | The devtoolsPanels member uses the unknown contract. | — |
renderers | unknown | Yes | The renderers member uses the unknown contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference