Skip to content 

IConnectionArgs Interface

Packages > @fluidframework/container-loader > IConnectionArgs

Signature:

export interface IConnectionArgs 

Properties

List of properties of this interface
Property Type Description
fetchOpsFromStorage boolean
mode ConnectionMode
reason string

Events

fetchOpsFromStorage

Signature:

fetchOpsFromStorage?: boolean;

mode

Signature:

mode?: ConnectionMode;

reason

Signature:

reason?: string;