Skip to main content

Type Alias: Notification

Notification = object

Defined in: react-notifications/src/Provider.tsx:15

Properties

boxId?

optional boxId: string | number

Defined in: react-notifications/src/Provider.tsx:22


id?

optional id: string | number

Defined in: react-notifications/src/Provider.tsx:16


message

message: string

Defined in: react-notifications/src/Provider.tsx:18


persist?

optional persist: boolean

Defined in: react-notifications/src/Provider.tsx:23


title?

optional title: string

Defined in: react-notifications/src/Provider.tsx:17


toast?

optional toast: ToastOptions

Defined in: react-notifications/src/Provider.tsx:21


type

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

Defined in: react-notifications/src/Provider.tsx:19


viewType?

optional viewType: ViewType

Defined in: react-notifications/src/Provider.tsx:20