Class: NearestAirportsPageController
A controller for the nearest airports page.
Constructors
constructor
• new NearestAirportsPageController(eventBus
, fms
, store
, onNearestSearchInit?
): NearestAirportsPageController
Constructor.
Parameters
Name | Type | Description |
---|---|---|
eventBus | EventBus | The event bus. |
fms | WT21Fms | The FMS. |
store | NearestAirportsPageStore | The data store associated with this controller. |
onNearestSearchInit? | () => void | A callback function to execute when this controller's nearest search session is initialized. |
Returns
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/NearestAirportsPageController.ts:30
Methods
dequeueUpdate
▸ dequeueUpdate(): void
Dequeues an update of the displayed nearest airport list.
Returns
void
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/NearestAirportsPageController.ts:53
destroy
▸ destroy(): void
Destroys this controller.
Returns
void
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/NearestAirportsPageController.ts:206
enqueueUpdate
▸ enqueueUpdate(): void
Enqueues an update of the displayed nearest airport list.
Returns
void
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/NearestAirportsPageController.ts:46