Skip to main content

Interface: AltitudeDigitalReadoutProps

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Altitude/AltitudeDigitalReadout.tsx:6

The digital altitude readout props.

Extends

Properties

altitude

altitude: Subscribable<null | number>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Altitude/AltitudeDigitalReadout.tsx:8

Altitude in feet, or null when invalid.


children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref