Class BoardItemContentLogInternal

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

Hierarchy

  • BoardItemContentLog

Constructors

Properties

action?: string

User action in the form of insert, update, or delete.

boardKey?: string

Unique identification of the board to which the item belongs.

createdAt?: Date

Date and time when the board item was created.
Format: UTC, adheres to ISO 8601, includes a trailing Z offset.

createdBy?: User
hidden?: boolean

Indicates if the board is a hidden board. Returns true if board item is hidden.

id?: string

Unique identifier of the content log.

itemId?: string

Unique identifier of the board item.

modifiedAt?: Date

Date and time when the board item was last modified.
Format: UTC, adheres to ISO 8601, includes a trailing Z offset.

modifiedBy?: User
type?: any

Type of the board item.