LocalStorageDataConnectorOptions
The LocalStorageDataConnectorOptions type describes the configuration options for creating a localStorage-backed DataConnector.
{
depth: Depth;
dataStorageName: string;
}| Type | Description | |
|---|---|---|
depth | Depth | The depth property specifies the tree depth the connector will operate at. |
dataStorageName | string | The dataStorageName property specifies the localStorage key for data storage. |
Since
v0.0.0