Skip to content 

IRuntimeState Interface

Packages > @fluidframework/container-definitions > IRuntimeState

Represents the data that will be preserved from the previous IRuntime during a context reload.

Signature:

export interface IRuntimeState 

Properties

List of properties of this interface
Property Type Description
snapshot ITree
state unknown

Events

snapshot

Signature:

snapshot?: ITree;

state

Signature:

state?: unknown;