Documentation
Github
Preparing search index...
filsnap-adapter-react
<internal>
ConfigureFnOptions
Type Alias ConfigureFnOptions
type
ConfigureFnOptions
=
{
config
:
Partial
<
SnapConfig
>
;
onError
?:
(
error
:
Error
)
=>
void
;
onSettled
?:
(
data
?:
Partial
<
SnapConfig
>
,
error
?:
Error
)
=>
void
;
onSuccess
?:
(
data
:
Partial
<
SnapConfig
>
)
=>
void
;
}
Index
Properties
config
on
Error?
on
Settled?
on
Success?
Properties
config
config
:
Partial
<
SnapConfig
>
Optional
on
Error
onError
?:
(
error
:
Error
)
=>
void
Optional
on
Settled
onSettled
?:
(
data
?:
Partial
<
SnapConfig
>
,
error
?:
Error
)
=>
void
Optional
on
Success
onSuccess
?:
(
data
:
Partial
<
SnapConfig
>
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
config
on
Error
on
Settled
on
Success
Github
Documentation
Loading...