Documentation / @zerotal/flow-ui / index / ToasterProps
Interface: ToasterProps
Defined in: flow-ui/src/components/Toast.tsx:26
Indexable
[
key:string]:unknown
Properties
position?
optionalposition?:ToastPosition
Defined in: flow-ui/src/components/Toast.tsx:27
duration?
optionalduration?:number
Defined in: flow-ui/src/components/Toast.tsx:29
How long a toast stays, in milliseconds.
max?
optionalmax?:number
Defined in: flow-ui/src/components/Toast.tsx:31
Most toasts on screen at once; older ones drop off the end.