Skip to main content

Interface: ToastContent

Defined in: components/Toast/Toast.tsx:123

The payload each toast carries on the queue.

Properties

description?

optional description?: any

Defined in: components/Toast/Toast.tsx:127

Optional longer description.


evaluation?

optional evaluation?: "primary" | "positive" | "caution" | "negative"

Defined in: components/Toast/Toast.tsx:132

Authorial valence. Feedback toasts encode meaning through color.

Default

'primary'

title

title: ReactNode

Defined in: components/Toast/Toast.tsx:125

Short heading for the toast.