Skip to main content

Interface: NavStatusBoxDtkAlertProps

The props for the NavStatusBoxDtkAlert component.

Hierarchy

  • ComponentProps

    NavStatusBoxDtkAlertProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


dataProvider

dataProvider: NavStatusBoxDataProvider

A data provider for the alert display.

Defined in

src/garminsdk/components/nextgenpfd/navstatusbox/NavStatusBoxDtkAlert.tsx:14


isActive

Optional isActive: MutableSubscribable<boolean, boolean>

A mutable subscribable to bind to this component's active state.

Defined in

src/garminsdk/components/nextgenpfd/navstatusbox/NavStatusBoxDtkAlert.tsx:20


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


useMagnetic

useMagnetic: Subscribable<boolean>

Whether to use magnetic bearings.

Defined in

src/garminsdk/components/nextgenpfd/navstatusbox/NavStatusBoxDtkAlert.tsx:17