Skip to main content
Version: v1

IFluidDataStoreContextDetached Interface

Signature

export interface IFluidDataStoreContextDetached extends IFluidDataStoreContext

Extends: IFluidDataStoreContext

Methods

MethodReturn TypeDescription
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

ParameterTypeDescription
factoryIProvideFluidDataStoreFactory
dataStoreRuntimeIFluidDataStoreChannel

Returns

Return type: Promise<void>