EditorChangeEvent
Represents the object of the onChange
Editor event.
Name | Type | Default | Description |
---|---|---|---|
html |
|
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 |
|
The Editor Schema object. | |
target |
|
An event target. | |
transaction |
|
The Transaction which causes the change. | |
value |
|
Represents the Editor document. |