Element of type Actionable
Attribute | Description | Type |
---|---|---|
type | The identifier of the component | string ("actionable") |
child | component | |
onDoublePressed | The listener to be called when the actionable is double pressed. | Basic Listener |
onHovered | The listener to be called when the actionable is hovered. | Basic Listener |
onLongPressed | The listener to be called when the actionable is long pressed. | Basic Listener |
onPressed | The listener to be called when the actionable is pressed. | Basic Listener |
onPressedCancel | The listener to be called when the actionable is pressed inside and released outside of the actionable, causing it to cancel the press action. | Basic Listener |