QueuedNotification
FitFileViewer - API Documentation v29.4.0
FitFileViewer - API Documentation / utils/ui/notifications/showNotification / QueuedNotification
Interface: QueuedNotification
Defined in: utils/ui/notifications/showNotification.js:25
Propertiesβ
messageβ
message:
string
Defined in: utils/ui/notifications/showNotification.js:26
typeβ
type:
"error"|"info"|"success"|"warning"
Defined in: utils/ui/notifications/showNotification.js:27
durationβ
duration:
number|null
Defined in: utils/ui/notifications/showNotification.js:28
iconβ
icon:
string
Defined in: utils/ui/notifications/showNotification.js:29
ariaLabelβ
ariaLabel:
string
Defined in: utils/ui/notifications/showNotification.js:30
onClickβ
onClick:
Function|undefined
Defined in: utils/ui/notifications/showNotification.js:31
actionsβ
actions:
NotificationAction[]
Defined in: utils/ui/notifications/showNotification.js:32
timestampβ
timestamp:
number
Defined in: utils/ui/notifications/showNotification.js:33
resolveShownβ
resolveShown: () =>
void|undefined
Defined in: utils/ui/notifications/showNotification.js:34