Skip to main content

Interface: FmaSlotProps

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Fma/Fma.tsx:111

Props for the FMA slot.

Extends

Properties

activeModeAmber?

optional activeModeAmber: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Fma/Fma.tsx:119

Whether the active mode should be shown in amber rather than green.


activeModeHidden

activeModeHidden: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Fma/Fma.tsx:117

Whether the active mode is currently hidden.


activeModeText

activeModeText: Subscribable<string>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Fma/Fma.tsx:115

The text to display for the currently active mode.


armedModeHidden

armedModeHidden: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Fma/Fma.tsx:123

Whether the armed mode is currently hidden.


armedModeText

armedModeText: Subscribable<string>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Fma/Fma.tsx:121

The text to display for the currently armed mode.


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


slotType

slotType: "lateral" | "vertical"

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/PFD/Components/Fma/Fma.tsx:113

Whether the slot is a lateral or vertical mode.