Skip to main content

Interface: WeatherRadarPaneViewProps

Component props for WeatherRadarPaneView.

Hierarchy

Properties

bus

bus: EventBus

The event bus.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/WeatherRadar/WeatherRadarPaneView.tsx:23


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

DisplayPaneViewProps.children

Defined in

src/sdk/components/FSComponent.ts:122


config

config: WeatherRadarDefinition

Configuration options for the weather radar.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/WeatherRadar/WeatherRadarPaneView.tsx:26


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