Skip to main content

Interface: FailureBoxProps

Component props for FailureBox.

Hierarchy

  • ComponentProps

    FailureBoxProps

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 | ToggleableClassNameRecord | SubscribableSet<string>

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

Defined in

src/garminsdk/components/common/FailureBox.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


show

show: Subscribable<boolean>

Whether to show the box.

Defined in

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