createSynclet
Essential
The createSynclet function wires the provided components, functions, and options into a Synclet.
createSynclet<Depth, DataConnectorType, MetaConnectorType>(
components?: SyncletComponents<Depth, DataConnectorType, MetaConnectorType>,
implementations?: SyncletImplementations<Depth>,
options?: SyncletOptions,
): Promise<Synclet<Depth, DataConnectorType, MetaConnectorType>>| Type | Description | |
|---|---|---|
components? | SyncletComponents<Depth, DataConnectorType, MetaConnectorType> | |
implementations? | SyncletImplementations<Depth> | |
options? | SyncletOptions | |
| returns | Promise<Synclet<Depth, DataConnectorType, MetaConnectorType>> |
Since
v0.0.0