Enumeration: TouchButtonHoldEndReason
Reasons for ending a TouchButton's held state.
Enumeration Members
Disabled
• Disabled = "Disabled"
The held state ended because the button was disabled.
Defined in
src/garminsdk/components/touchbutton/TouchButton.tsx:68
DragInhibit
• DragInhibit = "DragInhibit"
The held state ended because mouse events were inhibited by dragging.
Defined in
src/garminsdk/components/touchbutton/TouchButton.tsx:62
MouseLeave
• MouseLeave = "MouseLeave"
The held state ended because the mouse left the button.
Defined in
src/garminsdk/components/touchbutton/TouchButton.tsx:56
MouseUp
• MouseUp = "MouseUp"
The held state ended because the mouse button was released.
Defined in
src/garminsdk/components/touchbutton/TouchButton.tsx:53
Primed
• Primed = "Primed"
The held state ended because the button entered the primed state.
Defined in
src/garminsdk/components/touchbutton/TouchButton.tsx:65
TickAction
• TickAction = "TickAction"
The held state ended as a result of a hold tick action.
Defined in
src/garminsdk/components/touchbutton/TouchButton.tsx:59
Unknown
• Unknown = "Unknown"
The held state ended for an unknown reason.
Defined in
src/garminsdk/components/touchbutton/TouchButton.tsx:50