LabelDefinition.isCompositeDefinition Function
Checks if provided LabelDefinition has raw value of type LabelCompositeValue.
isCompositeDefinition(def: LabelDefinition): def is LabelDefinition & { rawValue: LabelCompositeValue }
| Parameter | Type | Description | 
|---|---|---|
| def | LabelDefinition | 
Returns - def is LabelDefinition & { rawValue: LabelCompositeValue }
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.