Optional ReadonlyannounceOptional ReadonlyariaAccessible name for the surface; see EditorViewOptions.ariaLabel.
Optional ReadonlyautofocusOptional ReadonlycontentInitial content as canonical JSON.
Optional ReadonlydocOptional ReadonlyeditableStart read-only. Flip at runtime with Editor.setEditable.
Optional ReadonlyelementMount point for the contenteditable view. Omit for a headless editor.
Optional ReadonlyhistoryOptional ReadonlyinputReplaces the default markdown-style input rules when provided.
Optional ReadonlykeymapExtra key bindings for the view; they win over the base keymap.
Optional ReadonlymaxReject edits that would push the character count past this limit.
Optional ReadonlynodeCustom renderers per node type (framework components in the document).
Optional ReadonlyonOptional ReadonlyplaceholderText shown while the document is empty.
ReadonlyschemaOptional ReadonlyspellcheckBrowser spell checking on the editing surface. Left to the browser's default when omitted; flip at runtime with Editor.setSpellcheck.
Announce structural edits to assistive technology; see EditorViewOptions.announce. On by default. Ignored without an
element: a headless editor has no live region to write to.