Skip to main content

Interface: ReversionFlagProps

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/PFD/Components/FlightInstruments/ReversionFlag.tsx:6

Props for a ReversionFlag component

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


hidden

hidden: Subscribable<boolean>

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/PFD/Components/FlightInstruments/ReversionFlag.tsx:10

Whether to hide the reversion flag


label

label: Subscribable<string>

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/PFD/Components/FlightInstruments/ReversionFlag.tsx:8

The label to display


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref