Interface IEditorHandlerOptions

Editor configuration handler options

Hierarchy

  • IEditorHandlerOptions

Properties

baseConfiguration?: Record<string, any>

The base configuration options for all editor.

config?: Record<string, any>

The configuration options for the editor.

They take precendence over the base configuration.

defaultExtensions?: [string, IConfigurableExtension<any>][]

Editor default extensions.

Extension defined in the mapping without a base configuration will not be configurable.

Generated using TypeDoc