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

Property Modifiers Type Description
clientId optional string
pendingRuntimeState unknown
protocol IProtocolState
term number
url string

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