RealtimeBoardEvent interface

Base type for real time board events. All board events should inherit from this class.

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

boardId

The Board ID of the event

boardId: number

Property Value

number

eventId

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

eventId: string

Property Value

string

projectId

The Project ID of the board.

projectId: string

Property Value

string

type

The type of this event, so the client can disambiguate

type: string

Property Value

string