Notification component
Readonly
Container element
Protected
Reference to main controller
Destroys the component
Hides the notification
Optional
Checks if the notification is visible
Displays a notification on the viewer
viewer.showNotification({ content: 'Hello world', timeout: 5000 }) Copy
viewer.showNotification({ content: 'Hello world', timeout: 5000 })
viewer.showNotification('Hello world') Copy
viewer.showNotification('Hello world')
Notification component