Value Namespace
Function
| Name | Description |
|---|---|
| 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 |
Defined in
Value Type Alias
Value = string | number | boolean | undefined | ValuesMap | ValuesArray | NavigationPropertyValue | NestedContentValue[]
Raw value type
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.