DisplayValue Namespace
Function
| Name | Description | 
|---|---|
| DisplayValue.fromJSON | Serialize DisplayValue to JSON | 
| DisplayValue.isArray | Is the value an array | 
| DisplayValue.isMap | Is the value a map / struct | 
| DisplayValue.isPrimitive | Is the value a primitive | 
| DisplayValue.toJSON | Deserialize DisplayValue from JSON | 
Defined in
DisplayValue Type Alias
DisplayValue = string | undefined | DisplayValuesMap | DisplayValuesArray
Display value type.
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.