Skip to content 

IFluidDataStoreContextDetached Interface

Packages > @fluidframework/runtime-definitions > IFluidDataStoreContextDetached

Signature:

export interface IFluidDataStoreContextDetached extends IFluidDataStoreContext 

Extends: IFluidDataStoreContext

Methods

List of methods of this class
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

List of parameters
Parameter Type Description
packagePath Readonly
factory IProvideFluidDataStoreFactory
dataStoreRuntime IFluidDataStoreChannel

Returns:

Promise<void>