BoardItemBatchOperation interface

Data to perform an operation on a batch of board items.

Properties

data

The data needed to perform the operation. This is optional based on the type of the operation.

items

The list of items with etags to perform the operation on.

operation

Operation to perform.

Property Details

data

The data needed to perform the operation. This is optional based on the type of the operation.

data: UpdateBoardItem

Property Value

items

The list of items with etags to perform the operation on.

items: BoardItemIdAndEtag[]

Property Value

operation

Operation to perform.

operation: Reorder

Property Value