SessionStorageDataConnectorOptions
The SessionStorageDataConnectorOptions type describes the configuration options for creating a sessionStorage-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 sessionStorage key for data storage. |
Since
v0.0.0