Skip to main content

Interface: FailureBoxProps

Defined in: src/garminsdk/components/common/FailureBox.tsx:6

Component props for FailureBox.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

Defined in: src/sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


class?

optional class: string | ToggleableClassNameRecord | SubscribableSet<string>

Defined in: src/garminsdk/components/common/FailureBox.tsx:11

CSS class(es) to apply to the box's root element.


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref


show

show: Subscribable<boolean>

Defined in: src/garminsdk/components/common/FailureBox.tsx:8

Whether to show the box.