LabelDefinition Namespace
Function
| Name | Description |
|---|---|
| LabelDefinition.fromJSON | Deserialize LabelDefinition from JSON |
| LabelDefinition.toJSON | Serialize given LabelDefinition to JSON |
Defined in
LabelDefinition Interface
Data structure that describes label definition.
Properties
| Name | Type | Description | |
|---|---|---|---|
| displayValue | string | Display value of label | |
| rawValue | LabelRawValue | Raw value of label | |
| typeName | string | Type name of raw value |
Defined in
Last Updated: 30 November, 2023