ToastHostProps
Defined in: react/components/overlay/toast-host.tsx:17
Props for the ToastHost overlay that renders active toasts.
Properties
Section titled “Properties”glyphSet?
Section titled “glyphSet?”
optionalglyphSet?:ToastGlyphSet
Defined in: react/components/overlay/toast-host.tsx:25
Glyph set for the close/clear affordances. Defaults to unicode.
optionalmax?:number
Defined in: react/components/overlay/toast-host.tsx:21
Maximum toasts shown at once; the rest collapse into a “+N more” row.
position?
Section titled “position?”
optionalposition?:ToastPosition
Defined in: react/components/overlay/toast-host.tsx:19
Corner to stack toasts in. Defaults to top-right.
width?
Section titled “width?”
optionalwidth?:number
Defined in: react/components/overlay/toast-host.tsx:23
Width of each toast box (columns). Defaults to 36.