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