Extensions

Press shift + S to search API reference.

Interface

SetMultipleRecordsCellValuesMutation

View source

The Mutation emitted when the App modifies one or more Records.

interface SetMultipleRecordsCellValuesMutation
recordsReadonlyArray<{
cellValuesByFieldId: ObjectMap<FieldId, unknown>;
id: RecordId;
}>

The Records being modified

tableIdTableId

The identifier for the @link Table in which Records are being modified

type"setMultipleRecordsCellValues"

This Mutation's discriminant property