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