ILoadFrozenContainerFromPendingStateProps Interface
Properties required to load a frozen container from pending state. \
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 ILoadFrozenContainerFromPendingStateProps extends ILoadExistingContainerProps
Extends: ILoadExistingContainerProps
Properties
| Property | Alerts | Modifiers | Type | Description |
|---|---|---|---|---|
| pendingLocalState | Alpha |
readonly |
string | Pending local state to be applied to the container. |
Property Details
pendingLocalState
Pending local state to be applied to 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 pendingLocalState: string;
Type: string