ContentChangedEventArgs

23 Sep 20251 minute to read

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.