CircuitStorage class
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Implementation of ICircuitStorage to store keys data
CircuitStorage implements ICircuitStorage interface
Signature:
export declare class CircuitStorage implements ICircuitStorage
Implements: ICircuitStorage
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(_dataSource) | Creates an instance of CircuitStorage. |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| storageKey |
| (not declared) | storage key for circuits |
Methods
| Method | Modifiers | Description |
|---|---|---|
| loadCircuitData(circuitId) | load circuit keys by id | |
| saveCircuitData(circuitId, circuitData) | load circuit keys by id |