Class: HoldStore
A store for the Hold page data.
Constructors
constructor
• new HoldStore(): HoldStore
Returns
Properties
course
• Readonly
course: Subject
<number
>
The course for the hold.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldStore.ts:15
distance
• Readonly
distance: NumberUnitSubject
<Distance
, SimpleUnit
<Distance
>>
The distance of the hold legs.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldStore.ts:27
fixIcao
• Readonly
fixIcao: Subject
<string
>
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldStore.ts:35
indexes
• Readonly
indexes: Subject
<HoldInputData
>
The indexes for the hold.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldStore.ts:12
isInbound
• Readonly
isInbound: Subject
<number
>
Whether or not the course is inbound or outbound.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldStore.ts:18
isTime
• Readonly
isTime: Subject
<number
>
Whether or not the hold is based on time or distance.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldStore.ts:21
time
• Readonly
time: NumberUnitSubject
<Duration
, SimpleUnit
<Duration
>>
The time that the hold legs should be.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldStore.ts:24
turnDirection
• Readonly
turnDirection: Subject
<number
>
The direction of the hold.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldStore.ts:30
waypoint
• Readonly
waypoint: Subject
<null
| Waypoint
>
The current leg waypoint.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Hold/HoldStore.ts:33