Skip to main content

Class: SetRunwayStore

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

Constructors

Constructor

new SetRunwayStore(): SetRunwayStore

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

Constructor.

Returns

SetRunwayStore

Properties

airport

readonly airport: Subject<null | AirportFacility>

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

A subject which provides this store's airport.


oneWayRunways

readonly oneWayRunways: ArraySubject<OneWayRunway>

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

An array of runways at this store's airport.

Accessors

airportIdent

Get Signature

get airportIdent(): Subscribable<string>

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

The ident of this store's airport.

Returns

Subscribable<string>