Skip to main content
Version: v1

IDataStoreWithBindToContext_Deprecated Interface

This API is deprecated and will be removed in a future release.

Signature

export interface IDataStoreWithBindToContext_Deprecated extends IDataStore

Extends: IDataStore

Properties

Property Modifiers Type Description
fluidDataStoreChannel optional { bindToContext?(): void; }

Property Details

fluidDataStoreChannel

Signature

fluidDataStoreChannel?: {
bindToContext?(): void;
};

Type: { bindToContext?(): void; }