Skip to main content

Class: WindOptionController

The controller for the Wind Overlay.

Constructors

constructor

new WindOptionController(bus, store): WindOptionController

Creates the Wind Overlay Controller

Parameters

NameTypeDescription
busEventBusis the event bus
storeWindOptionStoreis the WindOptionStore

Returns

WindOptionController

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Controllers/WindOptionController.ts:22

Properties

bus

Readonly bus: EventBus

is the event bus

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Controllers/WindOptionController.ts:22


store

Readonly store: WindOptionStore

is the WindOptionStore

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Controllers/WindOptionController.ts:22

Methods

updateView

updateView(): void

Updates the view.

Returns

void

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Controllers/WindOptionController.ts:88