BlockActionItemClickEventArgs

23 Sep 20251 minute to read

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.