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