Skip to main content

Type Alias: MultipleSoftkeyEnumDef<V>

MultipleSoftkeyEnumDef<V> = object

Defined in: src/garminsdk/softkey/SoftKeyControllers.ts:152

A definition for a softkey bound to a state by MultipleSoftKeyEnumController.

Type Parameters

Type Parameter
V

Properties

index

index: number

Defined in: src/garminsdk/softkey/SoftKeyControllers.ts:154

The index of the softkey.


label

label: string

Defined in: src/garminsdk/softkey/SoftKeyControllers.ts:157

The label of the softkey.


value

value: V

Defined in: src/garminsdk/softkey/SoftKeyControllers.ts:160

The setting value bound to the softkey.