Skip to main content

Enumeration: TouchButtonHoldEndReason

Defined in: src/garminsdk/components/touchbutton/TouchButton.tsx:48

Reasons for ending a TouchButton's held state.

Enumeration Members

Disabled

Disabled: "Disabled"

Defined in: src/garminsdk/components/touchbutton/TouchButton.tsx:68

The held state ended because the button was disabled.


DragInhibit

DragInhibit: "DragInhibit"

Defined in: src/garminsdk/components/touchbutton/TouchButton.tsx:62

The held state ended because mouse events were inhibited by dragging.


MouseLeave

MouseLeave: "MouseLeave"

Defined in: src/garminsdk/components/touchbutton/TouchButton.tsx:56

The held state ended because the mouse left the button.


MouseUp

MouseUp: "MouseUp"

Defined in: src/garminsdk/components/touchbutton/TouchButton.tsx:53

The held state ended because the mouse button was released.


Primed

Primed: "Primed"

Defined in: src/garminsdk/components/touchbutton/TouchButton.tsx:65

The held state ended because the button entered the primed state.


TickAction

TickAction: "TickAction"

Defined in: src/garminsdk/components/touchbutton/TouchButton.tsx:59

The held state ended as a result of a hold tick action.


Unknown

Unknown: "Unknown"

Defined in: src/garminsdk/components/touchbutton/TouchButton.tsx:50

The held state ended for an unknown reason.