Skip to main content
Version: v1

IPendingContainerState Interface

State saved by a container at close time, to be used to load a new instance of the container to the same state

Signature

export interface IPendingContainerState

Properties

PropertyModifiersTypeDescription
clientIdoptionalstring
pendingRuntimeStateunknown
protocolIProtocolState
termnumber
urlstring

Property Details

clientId

Signature

clientId?: string;

Type: string

pendingRuntimeState

Signature

pendingRuntimeState: unknown;

Type: unknown

protocol

Signature

protocol: IProtocolState;

Type: IProtocolState

term

Signature

term: number;

Type: number

url

Signature

url: string;

Type: string