# Click Event
Name
Bubble Supported
Description
onClick(callback: (event?: ClickEvent) => void)
No
Called when a click event occurs. For details about the event parameters, see ClickEvent object.
Type
screenX
number
X coordinate of the click relative to the left edge of the screen.
screenY
Y coordinate of the click relative to the upper edge of the screen.
x
X coordinate of the click relative to the left edge of the component being clicked.
y
Y coordinate of the click relative to the upper edge of the component being clicked.
timestamp
Timestamp of the event.