Packages > @fluidframework/container-runtime-definitions

@fluidframework/container-runtime-definitions Package

Interfaces

Interface Alerts Description
IContainerRuntime ALPHA Represents the runtime of the container. Contains helper functions/state of the container.
IContainerRuntimeEvents ALPHA Events emitted by IContainerRuntime.
IContainerRuntimeWithResolveHandle_Deprecated ALPHA, DEPRECATED

Types

TypeAlias Alerts Description
IContainerRuntimeBaseWithCombinedEvents ALPHA

Type Details

IContainerRuntimeBaseWithCombinedEvents (ALPHA)

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

export type IContainerRuntimeBaseWithCombinedEvents = IContainerRuntimeBase & IEventProvider<IContainerRuntimeEvents>;