Rezi
Preparing search index...
core/src
ToastContainerProps
Type Alias ToastContainerProps
ToastContainerProps
:
Readonly
<
{
frameStyle
?:
OverlayFrameStyle
;
key
?:
string
;
maxVisible
?:
number
;
onClose
:
(
id
:
string
)
=>
void
;
position
?:
ToastPosition
;
toasts
:
readonly
Toast
[]
;
width
?:
number
;
}
,
>
Props for ToastContainer widget. Non-blocking feedback messages.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for ToastContainer widget. Non-blocking feedback messages.