Type Alias: MultipleSoftkeyUserSettingDef<V>
MultipleSoftkeyUserSettingDef<
V
> =object
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Menus/SoftKeyUserSettingControllers.ts:138
A definition for a status bar softkey bound to a user setting used by MultipleSoftKeyUserSettingController.
Type Parameters
Type Parameter |
---|
V |
Properties
index
index:
number
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Menus/SoftKeyUserSettingControllers.ts:140
The index of the softkey.
label
label:
string
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Menus/SoftKeyUserSettingControllers.ts:143
The label of the softkey.
value
value:
V
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Menus/SoftKeyUserSettingControllers.ts:146
The setting value bound to the softkey.