EditorChangeEvent
Interface
Represents the object of the onChange Editor event.
Definition
Package:@progress/kendo-react-editor
Properties
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, any>
The Editor Schema object.
transaction
Transaction
The Transaction which causes the change.
value
Node
Represents the Editor document.