Interface: ToggleStatusBarProps
Component props for ButtonStatusBar.
Hierarchy
ComponentProps
↳
ToggleStatusBarProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
class
• Optional
class: string
| SubscribableSet
<string
>
CSS class(es) to apply to the status bar's root element.
Defined in
src/garminsdk/components/common/ToggleStatusBar.tsx:11
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
state
• state: Subscribable
<boolean
>
A subscribable which provides the state of the status bar (false
= off, true
= on).
Defined in
src/garminsdk/components/common/ToggleStatusBar.tsx:8