Amplify Toolbox
Preparing search index...
@aws-amplify/sandbox
Sandbox
Type Alias Sandbox
Sandbox
:
{
delete
:
(
options
:
SandboxDeleteOptions
)
=>
Promise
<
void
>
;
start
:
(
options
:
SandboxOptions
)
=>
Promise
<
void
>
;
stop
:
()
=>
Promise
<
void
>
;
}
&
EventEmitter
Interface for Sandbox.
Type declaration
delete
:
(
options
:
SandboxDeleteOptions
)
=>
Promise
<
void
>
Deletes this environment
start
:
(
options
:
SandboxOptions
)
=>
Promise
<
void
>
Starts the sandbox
stop
:
()
=>
Promise
<
void
>
Stops watching for file changes
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Amplify Toolbox
Loading...
Interface for Sandbox.