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

Raw value type

Value = string | number | boolean | undefined | ValuesMap | ValuesArray | NavigationPropertyValue | NestedContentValue[]

Defined in

Last Updated: 05 April, 2024