BoardItemAddedRealtimeEvent interface
INTERNAL. Event that is fired when a board item is added.
- Extends
Properties
column |
The column id where the item was added. |
e |
The latest eTag for the item. |
id | The id of the added item. |
item |
The id of the added item |
item |
The type of the added item |
next |
The id of the next item in the list. |
row |
The row id where the item was added. |
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 added.
columnId: string
Property Value
string
eTag
The latest eTag for the item.
eTag: string
Property Value
string
id
The id of the added item.
id: string
Property Value
string
itemSourceId
The id of the added item
itemSourceId: string
Property Value
string
itemType
The type of the added item
itemType: 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 added.
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