BoardItemMovedRealtimeEvent interface
INTERNAL. Event that is fired when a board item moves.
- Extends
column |
The column id where the item was moved. |
e |
The latest eTag for the items. |
ids | The ids of the moved item. |
next |
The id of the next item in the list. |
row |
The row id where the item was moved. |
board |
The Board ID of the event |
event |
A unique ID for events, used for logging and tracing. |
project |
The Project ID of the board. |
type | The type of this event, so the client can disambiguate |
The column id where the item was moved.
columnId: string
Property Value
string
The latest eTag for the items.
eTag: string
Property Value
string
The ids of the moved item.
ids: string[]
Property Value
string[]
The id of the next item in the list.
nextId: string
Property Value
string
The row id where the item was moved.
rowId: string
Property Value
string
The Board ID of the event
boardId: number
Property Value
number
Inherited From RealtimeBoardEvent.boardId
A unique ID for events, used for logging and tracing.
eventId: string
Property Value
string
Inherited From RealtimeBoardEvent.eventId
The Project ID of the board.
projectId: string
Property Value
string
Inherited From RealtimeBoardEvent.projectId
The type of this event, so the client can disambiguate
type: string
Property Value
string
Inherited From RealtimeBoardEvent.type