BoardItemAddedRealtimeEvent interface

INTERNAL. Event that is fired when a board item is added.

Extends

Properties

columnId

The column id where the item was added.

eTag

The latest eTag for the item.

id

The id of the added item.

itemSourceId

The id of the added item

itemType

The type of the added item

nextId

The id of the next item in the list.

rowId

The row id where the item was added.

Inherited Properties

boardId

The Board ID of the event

eventId

A unique ID for events, used for logging and tracing.

projectId

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