Interface: GpsStatusPaneProps
Props on the GpsStatusPane display pane.
Hierarchy
↳
GpsStatusPaneProps
Properties
bus
• bus: EventBus
An instance of the event bus.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/GpsStatus/GpsStatusPane.tsx:27
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
src/sdk/components/FSComponent.ts:122
dataProvider
• dataProvider: GpsStatusDataProvider
The GPS data provider to use with this pane.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/GpsStatus/GpsStatusPane.tsx:30
halfSizeOnly
• Optional
halfSizeOnly: boolean
Whether the view can only be displayed in half-size panes.
Inherited from
DisplayPaneViewProps.halfSizeOnly
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneView.ts:14
index
• index: DisplayPaneIndex
The index of the view's parent pane.
Inherited from
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneView.ts:11
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
Defined in
src/sdk/components/FSComponent.ts:125