Interface: ToastContent
Defined in: components/Toast/Toast.tsx:123
The payload each toast carries on the queue.
Properties
description?
optionaldescription?:any
Defined in: components/Toast/Toast.tsx:127
Optional longer description.
evaluation?
optionalevaluation?:"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.