Enumeration: TouchButtonHoldAction
Defined in: src/garminsdk/components/touchbutton/TouchButton.tsx:34
Actions that TouchButton can take while it is in the held state.
Enumeration Members
EndHold
EndHold:
"EndHold"
Defined in: src/garminsdk/components/touchbutton/TouchButton.tsx:39
The button ends its held state.
None
None:
"None"
Defined in: src/garminsdk/components/touchbutton/TouchButton.tsx:42
The button takes no specific action.
Press
Press:
"Press"
Defined in: src/garminsdk/components/touchbutton/TouchButton.tsx:36
The button is immediately pressed once.