Skip to main content

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