IFluidDataStoreContextDetached Interface
Packages > @fluidframework/runtime-definitions > IFluidDataStoreContextDetached
Signature:
export interface IFluidDataStoreContextDetached extends IFluidDataStoreContext
Extends: IFluidDataStoreContext
Methods
Method | Description |
---|---|
attachRuntime(packagePath, factory, dataStoreRuntime) | Binds a runtime to the context. |
Methods
attachRuntime
Binds a runtime to the context.
Signature:
attachRuntime(packagePath: Readonly<string[]>, factory: IProvideFluidDataStoreFactory, dataStoreRuntime: IFluidDataStoreChannel): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
packagePath | Readonly |
|
factory | IProvideFluidDataStoreFactory | |
dataStoreRuntime | IFluidDataStoreChannel |
Returns:
Promise<void>