Search results

BlockRemovedEventArgs API in React Blockeditor API component

Properties

block

BlockModel

Specifies the block model that was removed.

index

number

Specifies the index of the block that was removed.

isInteracted

boolean

Indicates whether the user directly interacted with the block (e.g., removing it manually). If false, the block was removed programmatically.

parentID

string

Specifies the ID of the parent block (if any).