NoopSandbox
Generated by TypeDoc. Do not edit this page directly.
Class: NoopSandbox
Section titled “Class: NoopSandbox”Defined in: packages/core/src/runtime/sandbox.ts:43
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new NoopSandbox(): NoopSandbox;Returns
Section titled “Returns”NoopSandbox
Inherited from
Section titled “Inherited from”Properties
Section titled “Properties”| Property | Modifier | Type | Default value | Overrides | Defined in |
|---|---|---|---|---|---|
id | readonly | "noop" | "noop" | HarnessSandbox.id | packages/core/src/runtime/sandbox.ts:44 |
label | public | string | "Noop" | HarnessSandbox.label | packages/core/src/runtime/sandbox.ts:45 |
Methods
Section titled “Methods”open()
Section titled “open()”open(input): HarnessSandboxSession;Defined in: packages/core/src/runtime/sandbox.ts:47
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
input | HarnessSandboxOpenInput |