AbstractconstructorRest...args: [_properties?: unknown]The 3-letter ISO 4217 currency code (e.g "USD", "CAD"). Required when formatting a number using NumberFormat.CURRENCY or NumberFormat.ACCOUNTING.
The default format for date values. Either a utilities/format/formats!DateFormat constant, a custom date format string.
The number of digits to show after the decimal point. If unspecified, an appropriate value is determined based on the locale and currency.
The locale to use when formatting values.
The default format for number values. Either a utilities/format/formats!NumberFormat constant, a custom number format string.
The parent settings that these settings will inherit from.
The default format for time values. Either a utilities/format/formats!TimeFormat constant, a custom time format string.
The time zone to display date/time data in. The default will be the user's local time zone.
Whether to use formatting from the field info if it is specified.
Protected_getGets the value for a setting that represents a collection.
The setting name.
Protected_getProtected_getThe property keys and their metadata that are used to implement serializing and deserializing the class instance.
Protected_getGets the value for a setting.
The setting name.
OptionaldefaultValue: FormatSettings[K]The default value if the setting is not explicitly set.
Protected_hasDetermines whether the specified setting has been modified locally or by any parent of the current settings instance.
The setting to check.
Protected_setSets the parent settings that these settings will inherit from.
The parent settings to inherit from.
Protected_setSets the value for a setting. This will override any inherited value for the setting.
The setting name.
The setting value.
Protected_toConverts the value to a PropertyDef object.
The value to convert.
Returns the serializable properties.
Optional. If specified, only properties that support the given serialization mode will be returned.
Determines whether the settings have been locally modified in any way.
Determines whether the specified setting has been locally modified, and is thus overriding any inherited value.
The setting to check.
Removes all local overrides, resetting all settings to their inherited values, if any.
Removes a local override for a setting and resets it to its inherited value, if any.
The setting to reset.
Settings that affect how values are formatted.