IFluidDataStoreContextDetached Interface
Signature
export interface IFluidDataStoreContextDetached extends IFluidDataStoreContext
Extends: IFluidDataStoreContext
Methods
| Method | Return Type | Description |
|---|---|---|
| attachRuntime(factory, dataStoreRuntime) | Promise<void> | Binds a runtime to the context. |
Method Details
attachRuntime
Binds a runtime to the context.
Signature
attachRuntime(factory: IProvideFluidDataStoreFactory, dataStoreRuntime: IFluidDataStoreChannel): Promise<void>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| factory | IProvideFluidDataStoreFactory | |
| dataStoreRuntime | IFluidDataStoreChannel |
Returns
Return type: Promise<void>