Skip to content 

IFluidConfiguration Interface

Packages > @fluidframework/core-interfaces > IFluidConfiguration

Signature:

export interface IFluidConfiguration extends IProvideFluidConfiguration 

Extends: IProvideFluidConfiguration

Properties

List of properties of this interface
Property Type Description
canReconnect boolean
scopes string[]

Events

canReconnect

Signature:

canReconnect: boolean;

scopes

Signature:

scopes: string[];