mobx-keystone
Preparing search index...
WithSandboxCallback
Type Alias WithSandboxCallback<T, R>
WithSandboxCallback
:
(
...
nodes
:
T
)
=>
boolean
|
{
commit
:
boolean
;
return
:
R
}
Callback function for
SandboxManager.withSandbox
.
Type Parameters
T
extends
readonly
[
object
,
...
object
[]
]
R
Type declaration
(
...
nodes
:
T
)
:
boolean
|
{
commit
:
boolean
;
return
:
R
}
Parameters
...
nodes
:
T
Returns
boolean
|
{
commit
:
boolean
;
return
:
R
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
mobx-keystone
Loading...
Callback function for
SandboxManager.withSandbox
.