Represents the different ways a user can interact with a button.

Constructors

Properties

Constructors

Properties

id: number
name: string
doubleTap: ButtonInteraction = ...
down: ButtonInteraction = ...

The button is pressed down

press: ButtonInteraction = ...

A click on the button, where the button is held down longer than a ButtonInteraction.tap.

A click on the button where the button is held down shorter than a ButtonInteraction.press.

The button is released