LocalSandbox
Generated by TypeDoc. Do not edit this page directly.
Class: LocalSandbox
Section titled “Class: LocalSandbox”Defined in: packages/sandbox-local/src/index.ts:121
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new LocalSandbox(options?): LocalSandbox;Defined in: packages/sandbox-local/src/index.ts:125
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
options | LocalSandboxOptions |
Returns
Section titled “Returns”LocalSandbox
Overrides
Section titled “Overrides”Properties
Section titled “Properties”| Property | Modifier | Type | Default value | Overrides | Defined in |
|---|---|---|---|---|---|
id | readonly | "local" | "local" | HarnessSandbox.id | packages/sandbox-local/src/index.ts:122 |
label | public | string | "Local" | HarnessSandbox.label | packages/sandbox-local/src/index.ts:123 |
Methods
Section titled “Methods”open()
Section titled “open()”open(input): HarnessSandboxSession;Defined in: packages/sandbox-local/src/index.ts:129
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
input | HarnessSandboxOpenInput |