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
Property | Type | Description |
---|---|---|
snapshot | ITree | |
state | unknown |
Events
snapshot
Signature:
snapshot?: ITree;
state
Signature:
state?: unknown;