Class NotificationServiceNotificationMentionInformation

A structure that describes a mention on a discussion.

Hierarchy

  • FrameworkObject
    • NotificationServiceNotificationMentionInformation

Constructors

Accessors

  • get messageUUID(): UUID
  • UUID of the message where the mention has occurred.

    Returns UUID

  • set messageUUID(value): void
  • Parameters

    Returns void

  • get resourceUUID(): UUID
  • UUID of the discussed resource. Can be empty, in which case the discussion happened on the global feed.

    Returns UUID

  • set resourceUUID(value): void
  • Parameters

    Returns void

  • get text(): string
  • The contents of the discussion where the mention happened.

    Returns string

  • set text(value): void
  • Parameters

    • value: string

    Returns void