Interface: SoftKeyBarProps
Component props for SoftKeyBar.
Properties
menuSystem
• menuSystem: SoftKeyMenuSystem
An instance of the softkey menu system.
Defined in
src/garminsdk/softkey/SoftKeyBar.tsx:11
pressedDuration
• Optional
pressedDuration: number
The amount of time, in milliseconds, to display the softkey pressed animation after a softkey has been pressed. Defaults to SoftKey.DEFAULT_PRESSED_DURATION.
Defined in
src/garminsdk/softkey/SoftKeyBar.tsx:17