Skip to main content

Notification

Notification for a user within a workspace context. User and workspace association from UserWorkspaceBaseResource.

Extends

  • UserWorkspaceBaseResource

Properties

description?

optional description: string

Detailed description or context for the notification.


id

id: string

Unique string identifier

Inherited from

UserWorkspaceBaseResource.id


isExternal?

optional isExternal: boolean

Whether the notification is also sent externally (e.g., via email) to the user.


isRead

isRead: boolean

Whether the notification has been read by the user.


message

message: string

The main message or content of the notification.


readDate?

optional readDate: Date

The date and time when the notification was read by the user.


workspace?

optional workspace: Workspace

The workspace entity associated with this resource.

Inherited from

UserWorkspaceBaseResource.workspace


workspaceId

workspaceId: string

The unique identifier of the workspace to which this resource belongs.

Inherited from

UserWorkspaceBaseResource.workspaceId