Class: G3000WeatherMapUserSettingsUtils
A utility class for working with G3000 weather map user settings.
Constructors
constructor
• new G3000WeatherMapUserSettingsUtils(): G3000WeatherMapUserSettingsUtils
Returns
G3000WeatherMapUserSettingsUtils
Properties
CONNEXT_COMBINED_SETTING_NAMES
▪ Static
Readonly
CONNEXT_COMBINED_SETTING_NAMES: readonly (keyof MapUserSettingTypes | keyof WeatherMapUserSettingTypes | keyof ConnextMapUserSettingTypes)[]
An array of all G3000 combined Connext weather map user setting names.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeatherMapUserSettings.ts:252
CONNEXT_DELEGATE_MAP
▪ Static
Readonly
CONNEXT_DELEGATE_MAP: Record
<ConnextMapDelegatedUserSettingNames
, keyof MapUserSettingTypes | keyof WeatherMapUserSettingTypes | keyof ConnextMapUserSettingTypes>
A mapping of delegated Connext weather map user settings to the user setting to which each is delegated.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Settings/WeatherMapUserSettings.ts:261