Contains nested values.
{ fields: { aFlag: { valueType: 'bool', bool: true }, aString: { valueType: 'text', text: 'a string' } } }
To express values in a more concise way, you can have a look at the ValueHelpers.
Identifier
Value
The nested values of the record.
Omitted from the transaction stream when verbose streaming is not enabled.
Optional when submitting commands.
Generated using TypeDoc
Contains nested values.
{ fields: { aFlag: { valueType: 'bool', bool: true }, aString: { valueType: 'text', text: 'a string' } } }
To express values in a more concise way, you can have a look at the ValueHelpers.
Identifier
Value