IRehydrateDetachedContainerProps Interface
Props used to rehydrate 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 IRehydrateDetachedContainerProps extends ICreateAndLoadContainerProps
Extends: ICreateAndLoadContainerProps
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
serializedState | Alpha |
readonly |
string | The serialized state returned by calling serialize on another container |
Property Details
serializedState
The serialized state returned by calling serialize on another 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 serializedState: string;
Type: string