Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/hooks/useRequestSnackbar
IParams
Interface IParams
Represents the parameters for a certain functionality.
IParams
interface
IParams
{
delay
?:
number
;
error
:
null
|
string
;
loading
:
null
|
boolean
;
message
?:
string
;
noSnackOnOk
?:
boolean
;
onClose
?:
(
isOk
:
boolean
)
=>
void
;
}
Index
Properties
delay?
error
loading
message?
no
Snack
On
Ok?
on
Close?
Properties
Optional
delay
delay
?:
number
error
error
:
null
|
string
loading
loading
:
null
|
boolean
Optional
message
message
?:
string
Optional
no
Snack
On
Ok
noSnackOnOk
?:
boolean
Optional
on
Close
onClose
?:
(
isOk
:
boolean
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delay
error
loading
message
no
Snack
On
Ok
on
Close
react-declarative
Loading...
Represents the parameters for a certain functionality.
IParams