Interface ObjectOperation

An operation that was applied to an object on a channel.

Hierarchy

  • ObjectOperation

Properties

The operation action, one of the ObjectOperationAction enum values.

counter?: ObjectsCounter

The payload for the operation if the action is COUNTER_CREATE. Defines the initial value of the counter object.

counterOp?: ObjectsCounterOp

The payload for the operation if it is a mutation operation on a counter object.

map?: ObjectsMap

The payload for the operation if the action is MAP_CREATE. Defines the initial value of the map object.

mapOp?: ObjectsMapOp

The payload for the operation if it is a mutation operation on a map object.

objectId: string

The ID of the object the operation was applied to.

Generated using TypeDoc