IFluidConfiguration Interface
Packages > @fluidframework/core-interfaces > IFluidConfiguration
Signature:
export interface IFluidConfiguration extends IProvideFluidConfiguration
Extends: IProvideFluidConfiguration
Properties
Property | Type | Description |
---|---|---|
canReconnect | boolean | |
scopes | string[] |
Events
canReconnect
Signature:
canReconnect: boolean;
scopes
Signature:
scopes: string[];