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
DisplayValue = string | undefined | DisplayValuesMap | DisplayValuesArray
Display value type.
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.