Skip to main content

Interface: FpaDisplayProps

The props for FpaDisplay.

Hierarchy

  • ComponentProps

    FpaDisplayProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


formatter

Optional formatter: (number: number) => string

Optional fpa number formatter.

Type declaration

▸ (number): string

Optional fpa number formatter.

Parameters
NameType
numbernumber
Returns

string

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Constraints/FpaDisplay.tsx:19


fpa

fpa: Subscribable<number>

The flight path angle to display, in degrees. Positive values indicate a descending path.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Constraints/FpaDisplay.tsx:13


isEdited

Optional isEdited: Subscribable<boolean>

Whether this fpa is user-edited and should display the pencil icon.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Constraints/FpaDisplay.tsx:15


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


showClimb

Optional showClimb: Subscribable<boolean>

When true, will display CLIMB instead of the fpa.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Constraints/FpaDisplay.tsx:17