Skip to main content
A newer version of this page is available. .

AppointmentClickEventArgs.htmlElement Property

Gets the HTML element that the event was triggered on.

Declaration

htmlElement: any

Property Value

Type Description
any

An object containing event data.

Remarks

Use this property to get information on the clicked HTML element, e.g. coordinates of the click can be obtained via the e.htmlElement.clientX and e.htmlElement.clientY properties.

See Also