Options
All
  • Public
  • Public/Protected
  • All
Menu

The options used to initialize an editor.

Hierarchy

  • IOptions

Index

Properties

Optional config

config: Partial<IConfig>

The configuration options for the editor.

host

host: HTMLElement

The host widget used by the editor.

model

model: IModel

The model used by the editor.

Optional selectionStyle

selectionStyle: Partial<ISelectionStyle>

The default selection style for the editor.

Optional translator

translator: ITranslator

The configuration options for the editor.

Optional uuid

uuid: string

The desired uuid for the editor.

Generated using TypeDoc