Represents a value that may or may not be there.
Example:
{ valueType: 'optional', optional: { valueType: 'text', text: 'a string' } }
To express values in a more concise way, you can have a look at the ValueHelpers.
Generated using TypeDoc
Represents a value that may or may not be there.
Example:
{ valueType: 'optional', optional: { valueType: 'text', text: 'a string' } }
To express values in a more concise way, you can have a look at the ValueHelpers.