FormatSet Interface
This interface defines properties necessary to support persistence of a set of formats.
Properties
Name | Type | Description | |
---|---|---|---|
description | string | undefined | The description for this format set. | |
formats | [kindOfQuantityId: string]: FormatDefinition | A mapping of kind of quantity identifiers to their corresponding format properties. | |
label | string | The display label for this format set. | |
name | string | The unique name identifier for this format set. | |
unitSystem | UnitSystemKey | A UnitSystemKey that determines the unit system for this format set. |
Defined in
Last Updated: 07 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.