popover
: It opens as a popover on the Notification Tool.sidebar
: It opens as a sidebar from the right edge of the screen.popover
.
false
.
false
.
GetNotificationsDataQuery
type
: Filter for notification type: all, for you, or documents.
forYou
: returns notifications where the current user is involved.all
/ documents
: returns all notifications from the documents the user has access to.Notification[]
Event Type | Description | Event Object |
---|---|---|
settingsUpdated | Triggered when the settings are updated by the user using UI or the API | SettingsUpdatedEvent |
onNotificationClick
event fires when a notification is clicked in the Notifications Panel.Notification
object with details about the clicked notification.tabId
marks all notifications as read across all tabs (equivalent to calling setAllNotificationsAsRead()
without arguments).tabId
only marks notifications in the ‘for-you’ tab as read.none
void
NotificationInitialSettingsConfig[]
ALL
: Subscribes the user to all notifications whether or not the user is involved in the notification on the current document.MINE
: Subscribes the user to notifications that are related to the current user on the current document.NONE
: Subscribes the user to no notifications on this channel on the current document.void
none
void
NotificationSettingsConfig
ALL
: Subscribes the user to all notifications whether or not the user is involved in the notification on the current document.MINE
: Subscribes the user to notifications that are related to the current user on the current document.NONE
: Subscribes the user to no notifications on this channel on the current document.void
none
Observable<NotificationSettingsConfig>