Skip to main content
zerotal

Documentation


Documentation / @zerotal/flow-ui / index / ToasterProps

Interface: ToasterProps

Defined in: flow-ui/src/components/Toast.tsx:26

Indexable

[key: string]: unknown

Properties

position?

optional position?: ToastPosition

Defined in: flow-ui/src/components/Toast.tsx:27


duration?

optional duration?: number

Defined in: flow-ui/src/components/Toast.tsx:29

How long a toast stays, in milliseconds.


max?

optional max?: number

Defined in: flow-ui/src/components/Toast.tsx:31

Most toasts on screen at once; older ones drop off the end.