Skip to main content

Interface: ApproachNameDisplayProps

Properties for a VNode representing an approach name.

Hierarchy

  • ComponentProps

    ApproachNameDisplayProps

Properties

airport

Optional airport: null | AirportFacility | Subscribable<undefined | null | AirportFacility>

A subscribable which provides the approach's parent airport. If no subscribable is provided or its value is null, the airport ident will not be displayed as part of the approach name.

Defined in

src/garminsdk/components/common/ApproachNameDisplay.tsx:24


airportIdent

Optional airportIdent: null | string | Subscribable<undefined | null | string>

A subscribable which provides the approach's parent airport ident. If no subscribable is provided or its value is null, the airport ident will not be displayed as part of the approach name. If passed in, the airport prop will be ignored.

Defined in

src/garminsdk/components/common/ApproachNameDisplay.tsx:31


approach

Optional approach: null | GarminApproachProcedure | Subscribable<GarminApproachProcedure | null | undefined>

A subscribable which provides an approach procedure.

Defined in

src/garminsdk/components/common/ApproachNameDisplay.tsx:12


approachNameParts

Optional approachNameParts: null | ApproachNameParts | Subscribable<undefined | null | ApproachNameParts>

A subscribable which provides the approach name parts. If used, the approach prop will be ignored.

Defined in

src/garminsdk/components/common/ApproachNameDisplay.tsx:18


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

CSS class(es) to apply to the root of the component.

Defined in

src/garminsdk/components/common/ApproachNameDisplay.tsx:43


nullText

Optional nullText: string

The text to display when the approach is null. Defaults to the empty string.

Defined in

src/garminsdk/components/common/ApproachNameDisplay.tsx:37


prefix

Optional prefix: null | string | Subscribable<undefined | null | string>

Text to display at the beginning of the display.

Defined in

src/garminsdk/components/common/ApproachNameDisplay.tsx:34


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


useZeroWithSlash

Optional useZeroWithSlash: boolean

Whether to use the zero with the slash through it in place of any 0's in the name.

Defined in

src/garminsdk/components/common/ApproachNameDisplay.tsx:40