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