A callback to help get string template to announce, used for accessibility
The key of known announce data
A template string to announce, use placeholder such as "{0}" for variables if necessary
A function map to override default core API implementation Default value is null
A callback to be invoked when any exception is thrown during disposing editor
The plugin that causes exception
The error object we got
Enabled experimental features
Initial Content Model
List of plugins. The order of plugins here determines in what order each event will be dispatched. Plugins not appear in this list will not be added to editor, including built-in plugins. Default value is empty array.
The scroll container to get scroll event from. By default, the scroll container will be the same with editor content DIV
Undo snapshot. Use this parameter to provide an external storage of undo snapshots
Customized trusted type handler used for sanitizing HTML string before assign to DOM tree This is required when trusted-type Content-Security-Policy (CSP) is enabled. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/trusted-types
Generated using TypeDoc
Options for editor fundamental data structure