NoopRunStorage
Generated by TypeDoc. Do not edit this page directly.
Class: NoopRunStorage
Section titled “Class: NoopRunStorage”Defined in: packages/core/src/runtime/storage.ts:181
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new NoopRunStorage(): NoopRunStorage;Returns
Section titled “Returns”NoopRunStorage
Inherited from
Section titled “Inherited from”Properties
Section titled “Properties”| Property | Modifier | Type | Default value | Overrides | Defined in |
|---|---|---|---|---|---|
id | readonly | "noop" | "noop" | HarnessRunStorage.id | packages/core/src/runtime/storage.ts:182 |
label | public | string | "Noop" | HarnessRunStorage.label | packages/core/src/runtime/storage.ts:183 |
Methods
Section titled “Methods”openRun()
Section titled “openRun()”openRun(input): HarnessRunStore;Defined in: packages/core/src/runtime/storage.ts:185
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
input | OpenRunStoreInput |