Skip to main content

Interface: ChartSelectionDropdownProps

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Charts/Components/ChartSelectionDropdown.tsx:15

The properties for the ChartSelectionDropdown component.

Extends

Properties

bus

bus: EventBus

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Charts/Components/ChartSelectionDropdown.tsx:17

The event bus


chartsProvider

chartsProvider: Subscribable<Epic2ChartsProvider>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Charts/Components/ChartSelectionDropdown.tsx:25

The current charts provder


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


isHidden

isHidden: Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Charts/Components/ChartSelectionDropdown.tsx:29

Is this dropdown visible?


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


selectedAirport

selectedAirport: Subscribable<null | IcaoValue>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Charts/Components/ChartSelectionDropdown.tsx:19

The selected airport


selectedCategory

selectedCategory: Subscribable<Epic2ChartDisplayCategories>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Charts/Components/ChartSelectionDropdown.tsx:21

The selected category


selectedChart

selectedChart: MutableSubscribable<null | ChartMetadata<string>>

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Charts/Components/ChartSelectionDropdown.tsx:27

The currently selected chart


store

store: FlightPlanStore

Defined in: workingtitle-instruments-epic2/instruments/html_ui/Pages/VCockpit/Instruments/NavSystems/Epic2v2/MFD/UpperMFD/Charts/Components/ChartSelectionDropdown.tsx:23

The flight plan store