Skip to main content

ICreateDetachedContainerProps Interface

Props used to create a detached container.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/container-loader/legacy.

For more information about our API support guarantees, see here.

Signature

export interface ICreateDetachedContainerProps extends ICreateAndLoadContainerProps

Extends: ICreateAndLoadContainerProps

Properties

Property Alerts Modifiers Type Description
codeDetails Alpha readonly IFluidCodeDetails The code details for the container to be created.

Property Details

codeDetails

The code details for the container to be created.

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

readonly codeDetails: IFluidCodeDetails;

Type: IFluidCodeDetails