ClickedEventArgs

9 Jul 20261 minute to read

Defines the arguments for the clicked event of the Button component.

Properties

isRepeat boolean

Indicates whether this click was a repeat fire (true) or the initial press (false).

originalEvent Event

The original DOM event that triggered the click.