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.
data: UpdateBoardItem
Property Value
items
The list of items with etags to perform the operation on.
items: BoardItemIdAndEtag[]