LabelDefinition Namespace
Function
| Name | Description |
|---|---|
| LabelDefinition.fromLabelString | Creates LabelDefinition from string value. |
| LabelDefinition.isCompositeDefinition | Checks if provided LabelDefinition has raw value of type LabelCompositeValue. |
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: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.