Packages > @fluidframework/container-loader > IContainerConfig

IContainerConfig Interface

Signature

export interface IContainerConfig

Properties

Property Modifiers Type Description
canReconnect optional boolean
clientDetailsOverride optional IClientDetails Client details provided in the override will be merged over the default client.
resolvedUrl optional IFluidResolvedUrl
serializedContainerState optional IPendingContainerState Serialized state from a previous instance of this container

Property Details

canReconnect

Signature

canReconnect?: boolean;

Type: boolean

clientDetailsOverride

Client details provided in the override will be merged over the default client.

Signature

clientDetailsOverride?: IClientDetails;

Type: IClientDetails

resolvedUrl

Signature

resolvedUrl?: IFluidResolvedUrl;

Type: IFluidResolvedUrl

serializedContainerState

Serialized state from a previous instance of this container

Signature

serializedContainerState?: IPendingContainerState;

Type: IPendingContainerState