Search results

BlockRemovedEventArgs API in JavaScript (ES5) Blockeditor API control

Properties

content

BlockModel | null

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).