Class: SetRunwayStore
Defined in: workingtitle-instruments-g1000/html_ui/Shared/UI/SetRunway/SetRunwayStore.ts:6
Constructors
Constructor
new SetRunwayStore():
SetRunwayStore
Defined in: workingtitle-instruments-g1000/html_ui/Shared/UI/SetRunway/SetRunwayStore.ts:23
Constructor.
Returns
SetRunwayStore
Properties
airport
readonlyairport:Subject<null|AirportFacility>
Defined in: workingtitle-instruments-g1000/html_ui/Shared/UI/SetRunway/SetRunwayStore.ts:8
A subject which provides this store's airport.
oneWayRunways
readonlyoneWayRunways:ArraySubject<OneWayRunway>
Defined in: workingtitle-instruments-g1000/html_ui/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/Shared/UI/SetRunway/SetRunwayStore.ts:13
The ident of this store's airport.
Returns
Subscribable<string>