Skip to main content

QueuedNotification

FitFileViewer - API Documentation v29.9.0


FitFileViewer - API Documentation / utils/ui/notifications/showNotification / QueuedNotification

Interface: QueuedNotification

Defined in: utils/ui/notifications/showNotification.js:28

Properties​

message​

message: string

Defined in: utils/ui/notifications/showNotification.js:30


type​

type: "error" | "info" | "success" | "warning"

Defined in: utils/ui/notifications/showNotification.js:31


duration​

duration: number | null

Defined in: utils/ui/notifications/showNotification.js:32


icon​

icon: string

Defined in: utils/ui/notifications/showNotification.js:33


ariaLabel​

ariaLabel: string

Defined in: utils/ui/notifications/showNotification.js:34


onClick​

onClick: Function | undefined

Defined in: utils/ui/notifications/showNotification.js:35


actions​

actions: NotificationAction[]

Defined in: utils/ui/notifications/showNotification.js:36


timestamp​

timestamp: number

Defined in: utils/ui/notifications/showNotification.js:37


resolveShown​

resolveShown: () => void | undefined

Defined in: utils/ui/notifications/showNotification.js:38