Tanatloc documentation
Preparing search index...
API.System
default
Variable default
Const
default
:
{
update
:
(
data
:
any
[]
)
=>
Promise
<
void
>
;
useSystem
:
()
=>
[
IFrontSystem
,
{
errorSystem
:
Error
;
loadingSystem
:
boolean
;
mutateSystem
:
(
system
:
IFrontMutateSystem
)
=>
Promise
<
void
>
;
}
,
]
;
}
= ...
Type declaration
update
:
(
data
:
any
[]
)
=>
Promise
<
void
>
useSystem
:
()
=>
[
IFrontSystem
,
{
errorSystem
:
Error
;
loadingSystem
:
boolean
;
mutateSystem
:
(
system
:
IFrontMutateSystem
)
=>
Promise
<
void
>
;
}
,
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Tanatloc documentation
Loading...