Skip to content 

IContainerConfig Interface

Packages > @fluidframework/container-loader > IContainerConfig

Signature:

export interface IContainerConfig 

Properties

List of properties of this interface
Property Type Description
canReconnect boolean
id string
originalRequest IRequest
resolvedUrl IResolvedUrl

Events

canReconnect

Signature:

canReconnect?: boolean;

id

Signature:

id?: string;

originalRequest

Signature:

originalRequest?: IRequest;

resolvedUrl

Signature:

resolvedUrl?: IResolvedUrl;