Class: WindOptionController
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Controllers/WindOptionController.ts:16
The controller for the Wind Overlay.
Constructors
Constructor
new WindOptionController(
bus
,store
):WindOptionController
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Controllers/WindOptionController.ts:22
Creates the Wind Overlay Controller
Parameters
Parameter | Type | Description |
---|---|---|
bus | EventBus | is the event bus |
store | WindOptionStore | is the WindOptionStore |
Returns
WindOptionController
Properties
bus
readonly
bus:EventBus
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Controllers/WindOptionController.ts:22
is the event bus
store
readonly
store:WindOptionStore
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Controllers/WindOptionController.ts:22
is the WindOptionStore
Methods
updateView()
updateView():
void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Controllers/WindOptionController.ts:88
Updates the view.
Returns
void