Skip to main content

Interface: FpaDisplayProps

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/FpaDisplay.tsx:15

The props for FpaDisplay.

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


formatter()?

optional formatter: (number) => string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/FpaDisplay.tsx:23

Optional fpa number formatter.

Parameters

ParameterType
numbernumber

Returns

string


fpa

fpa: Subscribable<number>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/FpaDisplay.tsx:17

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


isEdited?

optional isEdited: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/FpaDisplay.tsx:19

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


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


showClimb?

optional showClimb: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Constraints/FpaDisplay.tsx:21

When true, will display CLIMB instead of the fpa.