Synclets logoSynclets

SessionStorageMetaConnectorOptions

The SessionStorageMetaConnectorOptions type describes the configuration options for creating a sessionStorage-backed MetaConnector.

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

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

metaStorageNamestring

The metaStorageName property specifies the sessionStorage key for metadata storage.

Since

v0.0.0