Value Namespace
Function
| Name | Description | 
|---|---|
| Value.fromJSON | Serialize Value to JSON | 
| Value.isArray | Is the value an array | 
| Value.isMap | Is the value a map / struct | 
| Value.isNavigationValue | Is the value a navigation value | 
| Value.isNestedContent | Is the value a nested content value | 
| Value.isPrimitive | Is the value a primitive | 
| Value.toJSON | Deserialize Value from JSON | 
Defined in
Value Type Alias
Value = string | number | boolean | undefined | ValuesMap | ValuesArray | NavigationPropertyValue | NestedContentValue[]
Raw value type
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.