Tanatloc documentation
Preparing search index...
Lib.Simulation
default
Variable default
Const
default
:
{
add
:
(
project
:
{
id
:
string
}
,
simulation
:
{
name
:
string
;
scheme
:
IModel
}
,
)
=>
Promise
<
INewSimulation
>
;
archive
:
(
simulation
:
{
id
:
string
}
,
to
:
string
)
=>
Promise
<
void
>
;
copy
:
(
simulation
:
{
id
:
string
}
)
=>
Promise
<
INewSimulation
|
undefined
>
;
del
:
(
simulation
:
{
id
:
string
}
)
=>
Promise
<
void
>
;
get
:
<
T
extends
TSimulationGet
>
(
id
:
string
,
data
:
T
,
)
=>
Promise
<
ISimulationGet
<
T
>
|
undefined
>
;
getAll
:
<
T
extends
TSimulationGet
>
(
data
:
T
)
=>
Promise
<
ISimulation
<
T
>
[]
>
;
getLog
:
(
simulation
:
{
id
:
string
}
,
file
:
string
,
)
=>
Promise
<
Buffer
<
ArrayBufferLike
>
>
;
run
:
(
user
:
{
id
:
string
}
,
simulation
:
{
id
:
string
}
,
keepMesh
?:
boolean
,
)
=>
Promise
<
void
>
;
stop
:
(
simulation
:
{
id
:
string
}
)
=>
Promise
<
void
>
;
update
:
(
simulation
:
{
id
:
string
}
,
data
:
any
[]
)
=>
Promise
<
void
>
;
}
= ...
Type Declaration
add
:
(
project
:
{
id
:
string
}
,
simulation
:
{
name
:
string
;
scheme
:
IModel
}
,
)
=>
Promise
<
INewSimulation
>
Add
archive
:
(
simulation
:
{
id
:
string
}
,
to
:
string
)
=>
Promise
<
void
>
Archive
copy
:
(
simulation
:
{
id
:
string
}
)
=>
Promise
<
INewSimulation
|
undefined
>
Copy
del
:
(
simulation
:
{
id
:
string
}
)
=>
Promise
<
void
>
Delete
get
:
<
T
extends
TSimulationGet
>
(
id
:
string
,
data
:
T
,
)
=>
Promise
<
ISimulationGet
<
T
>
|
undefined
>
Get
getAll
:
<
T
extends
TSimulationGet
>
(
data
:
T
)
=>
Promise
<
ISimulation
<
T
>
[]
>
Get all
getLog
:
(
simulation
:
{
id
:
string
}
,
file
:
string
)
=>
Promise
<
Buffer
<
ArrayBufferLike
>
>
Get log
run
:
(
user
:
{
id
:
string
}
,
simulation
:
{
id
:
string
}
,
keepMesh
?:
boolean
,
)
=>
Promise
<
void
>
Run
stop
:
(
simulation
:
{
id
:
string
}
)
=>
Promise
<
void
>
Stop
update
:
(
simulation
:
{
id
:
string
}
,
data
:
any
[]
)
=>
Promise
<
void
>
Update
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Tanatloc documentation
Loading...
Add