Preparing search index...
The search index is not available
@devlander/hooks
@devlander/hooks
ToastState
Interface ToastState
The structure for toast notifications.
interface
ToastState
{
autoHideDuration
:
number
;
message
:
string
;
open
:
boolean
;
severity
:
Severity
;
}
Index
Properties
auto
Hide
Duration
message
open
severity
Properties
auto
Hide
Duration
auto
Hide
Duration
:
number
message
message
:
string
open
open
:
boolean
severity
severity
:
Severity
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Hide
Duration
message
open
severity
@devlander/hooks
Loading...
The structure for toast notifications.