handler | The method to call when the clickable is clicked. |
delay | Determines when the event begins. Value is defined in milliseconds. Applies if delay is greater than 0 . |
interval | Determines the time delta between event repetition. Value is defined in milliseconds. Applies if interval is greater than 0 . |
Constructor.
When you use this constructor, a click event is invoked repeatedly at regular intervals
for as long as the pointer is held down on the target element.
Additional resources: Clickable.clicked
handler | The method to call when the clickable is clicked. |
Constructor.
When you use this constructor, the event (usually a PointerUpEvent or a NavigationSubmitEvent)
that triggered the click is passed as an argument to the handler method.
Additional resources: Clickable.clickedWithEventInfo, Clickable.clicked
handler | The method to call when the clickable is clicked. |
Constructor.
Additional resources: Clickable.clicked