HelpBot Assistant

How can I help you?

TransformItemSelectEventArgs

16 Mar 20261 minute to read

Represents the event arguments for transform block event.

Properties

cancel boolean

Specifies whether the event should be canceled. true to prevent the default click action.

command TransformItemModel

Specifies the command item that was clicked.

element HTMLElement

Specifies the HTML element associated with the clicked command item.

event Event

Specifies the native browser event associated with the command item click.