Synclets logoSynclets

LocalStorageMetaConnectorOptions

The LocalStorageMetaConnectorOptions type describes the configuration options for creating a localStorage-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 localStorage key for metadata storage.

Since

v0.0.0