Synclets logoSynclets

SessionStorageDataConnectorOptions

The SessionStorageDataConnectorOptions type describes the configuration options for creating a sessionStorage-backed DataConnector.

{
  depth: Depth;
  dataStorageName: string;
}
TypeDescription
depthDepth

The depth property specifies the tree depth the connector will operate at.

dataStorageNamestring

The dataStorageName property specifies the sessionStorage key for data storage.

Since

v0.0.0