Synclets logoSynclets

FileSyncletOptions

The FileSyncletOptions type specifies configuration for creating a file-backed Synclet.

(
  FileDataConnectorOptions<Depth> &
  FileMetaConnectorOptions<Depth> &
  {
    transport: Transport;
    implementations?: SyncletImplementations<Depth>;
  } &
  SyncletOptions
)
TypeDescription
transportTransport

The transport property specifies the Transport instance for synchronization.

implementations?SyncletImplementations<Depth>

The implementations property optionally specifies custom conflict resolution implementations.

Since

v0.0.0