IDataStoreWithBindToContext_Deprecated Interface
This API is deprecated and will be removed in a future release.
- This will be removed once https://github.com/microsoft/FluidFramework/issues/9127 is fixed.
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; }