BackgroundClickedEvent¶
Class BackgroundClickedEvent
Hierarchy (View Summary)
- WebVisEvent
- BackgroundClickedEvent
Index
Constructors
Properties
Constructors
constructor
- new BackgroundClickedEvent(
originalEvent: Event,
pointerInfo: PointerInfo,
): BackgroundClickedEvent The BACKGROUND_CLICKED event occurs if the Background is clicked.
Parameters
- originalEvent: Event
The original mouse event
- pointerInfo: PointerInfo
Additional Pointer Information.
Returns BackgroundClickedEvent
- originalEvent: Event
Properties
id
id: number
The unique ID of the event.
original Event
originalEvent: Event
The original mouse event
pointer Info
Additional Pointer Information.
Optional
transaction Code
transactionCode?: string
The transaction code associated with the event.
Optional
transactionID
transactionID?: number
The transaction ID associated with the event.
Optional
type
The type of the event.
BACKGROUND_CLICKED BACKGROUND_CLICKED