EditorChangeEvent

Represents the object of the onChange Editor event.

NameTypeDefaultDescription

html

string

A getter of the Editor HTML content. Once called, it will convert the Editor document into HTML string. Note that, since onChange event is triggered on every key while typing, this conversion may not be suitable if the Editor is dealing with large amount of content.

schema

Schema<any>

The Editor Schema object.

target

Editor

An event target.

transaction

Transaction

The Transaction which causes the change.

value

Node

Represents the Editor document.

In this article

Not finding the help you need?