Class: DirectToPageStore
Direct To Page Store
Constructors
constructor
• new DirectToPageStore(): DirectToPageStore
Returns
Properties
legs
• Readonly
legs: SubscribableArray
<DirectToPageItem
>
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DirectToPageStore.ts:30
Methods
insertLegAt
▸ insertLegAt(index
, leg
): void
Sets the legs array.
Parameters
Name | Type | Description |
---|---|---|
index | number | The index to insert the leg at. |
leg | DirectToPageItem | The DirectToPageItems to insert |
Returns
void
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DirectToPageStore.ts:45
setLegs
▸ setLegs(legs
): void
Sets the legs array.
Parameters
Name | Type | Description |
---|---|---|
legs | DirectToPageItem [] | The array of DirectToPageItems |
Returns
void
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Pages/DirectToPageStore.ts:36