LabelDefinition Namespace

Function

Name Description
LabelDefinition.fromJSON Deserialize LabelDefinition from JSON
LabelDefinition.fromLabelString Creates LabelDefinition from string value.
LabelDefinition.isCompositeDefinition Checks if provided LabelDefinition has raw value of type LabelCompositeValue.
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: 28 March, 2024