RSX Code Reference
    Preparing search index...
    • rsx
    • NotificationServiceNotificationMentionInformation

    Class NotificationServiceNotificationMentionInformation

    A structure that describes a mention on a discussion.

    Index
    • get messageUUID(): UUID

      UUID of the message where the mention has occurred.

      Returns UUID

    • set messageUUID(value: UUID): 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: UUID): void

      Parameters

      Returns void

    • get text(): string

      The contents of the discussion where the mention happened.

      Returns string

    • set text(value: string): void

      Parameters

      • value: string

      Returns void