Synclets logoSynclets

PgliteSyncletOptions

The PgliteSyncletOptions type specifies configuration for creating a PGlite Synclet.

(
  PgliteDataConnectorOptions<Depth> &
  PgliteMetaConnectorOptions<Depth> &
  {
    transport?: Transport | Transport[];
    implementations?: SyncletImplementations<Depth>;
  } &
  SyncletOptions
)
TypeDescription
transport?Transport | Transport[]

The transport property specifies the Transport or Transports to use.

implementations?SyncletImplementations<Depth>

The implementations property specifies custom Synclet implementations.

Since

v0.0.0