A dictionary from strings to Values.
Example:
{ valueType: 'map', map: { a: { valueType: 'bool', bool: true }, b: { valueType: 'text', text: 'a string' } } }
To express values in a more concise way, you can have a look at the ValueHelpers.
Generated using TypeDoc
A dictionary from strings to Values.
Example:
{ valueType: 'map', map: { a: { valueType: 'bool', bool: true }, b: { valueType: 'text', text: 'a string' } } }
To express values in a more concise way, you can have a look at the ValueHelpers.