IContainerLoadDriverProps Interface
The load-time driver wiring trio — request, urlResolver, and documentServiceFactory together.
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 IContainerLoadDriverProps extends IContainerDriverServices
Extends: IContainerDriverServices
Remarks
Reused as the all-or-nothing group for entry points (e.g. the frozen-load entry point) that accept either a full driver wiring (online form) or none of it (offline form). See AllOrNone in @fluidframework/core-interfaces.
Properties
| Property | Alerts | Modifiers | Type | Description |
|---|---|---|---|---|
| request | Beta | readonly | IRequest | The request to resolve the container. |
Property Details
request
The request to resolve the container.
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 request: IRequest;
Type: IRequest