Skip to main content

CompatibilityMode TypeAlias

Determines the set of runtime options that Fluid Framework will use when running. In "1" mode we support full interop between 2.x clients and 1.x clients, while in "2" mode we only support interop between 2.x clients.

Signature

export type CompatibilityMode = "1" | "2";