Skip to main content

PackagePath TypeAlias

A path which selects a IFluidDataStoreFactory within a hierarchial registry.

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/runtime-definitions/legacy.

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

Signature

export type PackagePath = readonly string[];

Remarks

Each string in the array is the "identifier" to pick a specific NamedFluidDataStoreRegistryEntry2 within a NamedFluidDataStoreRegistryEntries.

Due to some usages joining this array with "/", it is recommended to avoid using "/" in the strings.