Search results

ContentChangedEventArgs API in JavaScript (ES5) Blockeditor API control

Represents the event arguments for a block action content change event.

Properties

content

BlockModel | null

Specifies the updated block content after the change.

event

Event

Specifies the native event that triggered the content change.

previousContent

BlockModel | null

Specifies the block content before the change.

user

UserModel | null

Specifies the user who made the content change.