Synclets logoSynclets

SyncletOptions

The SyncletOptions type configures identifiers and logging for a Synclet instance.

{
  id?: string;
  logger?: Logger;
}
TypeDescription
id?string

The id option overrides the generated synclet identifier.

logger?Logger

The logger option supplies the Logger used for Synclet messages.

Since

v0.0.0