HarnessSandbox
Generated by TypeDoc. Do not edit this page directly.
Abstract Class: HarnessSandbox
Section titled “Abstract Class: HarnessSandbox”Defined in: packages/core/src/runtime/sandbox.ts:27
Extended by
Section titled “Extended by”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new HarnessSandbox(): HarnessSandbox;Returns
Section titled “Returns”HarnessSandbox
Properties
Section titled “Properties”| Property | Modifier | Type | Defined in |
|---|---|---|---|
id | abstract | string | packages/core/src/runtime/sandbox.ts:28 |
label? | public | string | packages/core/src/runtime/sandbox.ts:29 |
Methods
Section titled “Methods”open()
Section titled “open()”abstract open(input): | HarnessSandboxSession| Promise<HarnessSandboxSession>;Defined in: packages/core/src/runtime/sandbox.ts:31
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
input | HarnessSandboxOpenInput |
Returns
Section titled “Returns”| HarnessSandboxSession
| Promise<HarnessSandboxSession>