Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Record

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.

see

Identifier

see

Value

Hierarchy

Index

Properties

Properties

fields

fields: {}

The nested values of the record.

Type declaration

Optional recordId

recordId: Identifier

Omitted from the transaction stream when verbose streaming is not enabled.

Optional when submitting commands.

Generated using TypeDoc