SyncletComponents
The SyncletComponents type bundles the optional connector and transport instances supplied to createSynclet.
{
dataConnector?: DataConnectorType;
metaConnector?: MetaConnectorType;
transport?: Transport | Transport[];
}| Type | Description | |
|---|---|---|
dataConnector? | DataConnectorType | The dataConnector property supplies the |
metaConnector? | MetaConnectorType | The metaConnector property supplies the |
transport? | Transport | Transport[] | The transport property provides one or more |
Since
v0.0.0