Skip to main content

FluidClientVersion Enum

Versions of Fluid Framework client packages.

This API is provided as an alpha preview and may change without notice.

To use, import via fluid-framework/alpha.

For more information about our API support guarantees, see here.

Signature

export declare enum FluidClientVersion

Remarks

Used to express compatibility requirements by indicating the oldest version with which compatibility must be maintained.

Flags

Flag Alerts Description
v2_0 Alpha Fluid Framework Client 2.0 and newer.
v2_1 Alpha Fluid Framework Client 2.1 and newer.
v2_2 Alpha Fluid Framework Client 2.2 and newer.
v2_3 Alpha Fluid Framework Client 2.4 and newer.

v2_0

Fluid Framework Client 2.0 and newer.

This API is provided as an alpha preview and may change without notice.

To use, import via fluid-framework/alpha.

For more information about our API support guarantees, see here.

Signature

v2_0 = "v2_0"

v2_1

Fluid Framework Client 2.1 and newer.

This API is provided as an alpha preview and may change without notice.

To use, import via fluid-framework/alpha.

For more information about our API support guarantees, see here.

Signature

v2_1 = "v2_1"

v2_2

Fluid Framework Client 2.2 and newer.

This API is provided as an alpha preview and may change without notice.

To use, import via fluid-framework/alpha.

For more information about our API support guarantees, see here.

Signature

v2_2 = "v2_2"

v2_3

Fluid Framework Client 2.4 and newer.

This API is provided as an alpha preview and may change without notice.

To use, import via fluid-framework/alpha.

For more information about our API support guarantees, see here.

Signature

v2_3 = "v2_3"