Search results

ContentChangedEventArgs API in React Blockeditor API component

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

Properties

content

ContentModel

Specifies the updated block content after the change.

event

Event

Specifies the native event that triggered the content change.

previousContent

ContentModel

Specifies the block content before the change.