BoardItemRemovedRealtimeEvent interface
INTERNAL. Event that is fired when a board item is removed.
- Extends
Properties
id | The id of the removed item. |
Inherited Properties
id
The id of the removed item.
id: string
Property Value
string
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