Class BoardItemContentLogInternal

Contains information about the content log of for a board item.

Hierarchy

  • BoardItemContentLog

Constructors

Properties

actionTime?: Date

Date and time when the action happened.
Format: UTC, adheres to ISO 8601, includes a trailing Z offset.

actionType?: string

Type of action within the board, such as creation of a widget, update of a comment message, and so on.

actor?: Actor
contentId?: string

Unique identifier of the board where the action happened.

id?: string

Unique identifier of the content log.

itemId?: string

Unique identifier of the board item on which the action happened. For example, the widget ID.

itemType?: string

Type of the board item on which the action happened.

state?: object

Object that contains information about the state of the board item after the action was performed.