Skip to main content
Version: v1

IPendingLocalState Interface

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

0.48, This API will be removed in 0.50 No replacement since it is not expected anyone will depend on this outside container-loader See https://github.com/microsoft/FluidFramework/issues/9711 for context

Signature

export interface IPendingLocalState

Properties

Property Type Description
pendingRuntimeState unknown
url string

Property Details

pendingRuntimeState

Signature

pendingRuntimeState: unknown;

Type: unknown

url

Signature

url: string;

Type: string