Skip to main content

Interface: GpsStatusPaneProps

Props on the GpsStatusPane display pane.

Hierarchy

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

DisplayPaneViewProps.children

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

DisplayPaneViewProps.index

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

DisplayPaneViewProps.ref

Defined in

src/sdk/components/FSComponent.ts:125