CardClickEventArgs

12 Sep 20251 minute to read

Provides information about a Card Click/Double Click event.

Properties

cancel boolean

Defines the cancel option for the action taking place.

data Record

Returns the object of the element which is currently being clicked or double clicked.

element Element

Returns the actual HTML element on which the required custom styling can be applied.

event Event|MouseEvent|KeyboardEvent

Defines the type of the event.

name string

Specifies name of the event.