Skip to main content

Class: SetRunwayStore

Constructors

constructor

new SetRunwayStore(): SetRunwayStore

Constructor.

Returns

SetRunwayStore

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/SetRunway/SetRunwayStore.ts:23

Properties

airport

Readonly airport: Subject<null | AirportFacility>

A subject which provides this store's airport.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/SetRunway/SetRunwayStore.ts:8


oneWayRunways

Readonly oneWayRunways: ArraySubject<OneWayRunway>

An array of runways at this store's airport.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/SetRunway/SetRunwayStore.ts:18

Accessors

airportIdent

get airportIdent(): Subscribable<string>

The ident of this store's airport.

Returns

Subscribable<string>

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/SetRunway/SetRunwayStore.ts:13