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