MemorySyncletOptions
The MemorySyncletOptions type specifies configuration for creating an in-memory Synclet.
(
DataConnectorOptions<Depth> &
MetaConnectorOptions<Depth> &
{
transport?: Transport | Transport[];
implementations?: SyncletImplementations<Depth>;
} &
SyncletOptions
)| Type | Description | |
|---|---|---|
transport? | Transport | Transport[] | The transport property specifies the |
implementations? | SyncletImplementations<Depth> | The implementations property optionally specifies custom conflict resolution implementations. |
Since
v0.0.0