Interface: CurrentVnavProfilePanelProps
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/CurrentVnavProfilePanel.tsx:20
The properties for the CurrentVnavProfilePanel component.
Extends
ComponentProps
Properties
bus
bus:
EventBus
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/CurrentVnavProfilePanel.tsx:22
An instance of the event bus.
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
fms
fms:
Fms
<""
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/CurrentVnavProfilePanel.tsx:24
The Fms.
planIndex
planIndex:
number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/CurrentVnavProfilePanel.tsx:26
Which flight plan index to handle events for.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
store
store:
FlightPlanStore
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/CurrentVnavProfilePanel.tsx:28
The flight plan store to use.
vnavDataProvider
vnavDataProvider:
VNavDataProvider
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/CurrentVnavProfilePanel.tsx:30
A provider of VNAV data.