Synclets logoSynclets

TinyBaseSyncletOptions

The TinyBaseSyncletOptions type specifies configuration for creating a TinyBase Synclet.

(
  TinyBaseDataConnectorOptions &
  {
    transport?: Transport | Transport[];
    implementations?: SyncletImplementations<3>;
  } &
  SyncletOptions
)
TypeDescription
transport?Transport | Transport[]

The transport property specifies the Transport or Transports to use.

implementations?SyncletImplementations<3>

The implementations property specifies custom Synclet implementations.

Since

v0.0.0