HarnessRunStorage
Generated by TypeDoc. Do not edit this page directly.
Abstract Class: HarnessRunStorage
Section titled “Abstract Class: HarnessRunStorage”Defined in: packages/core/src/runtime/storage.ts:136
Extended by
Section titled “Extended by”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new HarnessRunStorage(): HarnessRunStorage;Returns
Section titled “Returns”HarnessRunStorage
Properties
Section titled “Properties”| Property | Modifier | Type | Defined in |
|---|---|---|---|
id | abstract | string | packages/core/src/runtime/storage.ts:137 |
label? | public | string | packages/core/src/runtime/storage.ts:138 |
Methods
Section titled “Methods”openRun()
Section titled “openRun()”abstract openRun(input): | HarnessRunStore| Promise<HarnessRunStore>;Defined in: packages/core/src/runtime/storage.ts:140
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
input | OpenRunStoreInput |
Returns
Section titled “Returns”| HarnessRunStore
| Promise<HarnessRunStore>