Skip to main content

ICreateAndLoadContainerProps Interface

Properties necessary for creating and loading a container.

This API is deprecated and will be removed in a future release.

Use the composable building blocks instead: extend IContainerHostProps for the code-loader / policy / observability surface and IContainerDriverServices for the urlResolver / documentServiceFactory pair, or compose them inline as IContainerHostProps & IContainerDriverServices. This interface is kept as an alias for back-compat and will be removed in a future release.

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 ICreateAndLoadContainerProps extends IContainerHostProps, IContainerDriverServices

Extends: IContainerHostProps, IContainerDriverServices