BoardColumnCreatedRealtimeEvent interface

INTERNAL. Event that is fired when a column is added.

Extends

Properties

columnIds

Ids of columns created.

eTag

The latest ETag for the column.

nextColumnId

Gets the identifier of the next column.

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

columnIds

Ids of columns created.

columnIds: string[]

Property Value

string[]

eTag

The latest ETag for the column.

eTag: string

Property Value

string

nextColumnId

Gets the identifier of the next column.

nextColumnId: 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