Search results

BlockActionItemClickEventArgs API in React Blockeditor API component

Represents the event arguments for a block action item click event.

Properties

cancel

boolean

Specifies whether to cancel the item click action.

element

HTMLElement

Specifies the HTML element that triggered the click event.

isInteracted

boolean

Specifies whether the item was directly interacted with.

item

BlockActionItemModel

Specifies the block action item that was clicked.