Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Project.Simulation
IUpdaterProps
Interface IUpdaterProps
Updater props
interface
IUpdaterProps
{
simulation
?:
Pick
<
IFrontSimulationsItem
,
"id"
|
"scheme"
>
;
swr
:
{
mutateOneSimulation
:
(
simulation
:
IFrontMutateSimulationsItem
,
)
=>
Promise
<
void
>
;
}
;
user
:
Pick
<
IFrontUser
,
"authorizedplugins"
>
;
}
Index
Properties
simulation?
swr
user
Properties
Optional
simulation
simulation
?:
Pick
<
IFrontSimulationsItem
,
"id"
|
"scheme"
>
swr
swr
:
{
mutateOneSimulation
:
(
simulation
:
IFrontMutateSimulationsItem
,
)
=>
Promise
<
void
>
;
}
user
user
:
Pick
<
IFrontUser
,
"authorizedplugins"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
simulation
swr
user
Tanatloc documentation
Loading...
Updater props