Skip to main content

NamedFluidDataStoreRegistryEntry2 TypeAlias

An associated pair of an identifier and registry entry. Registry entries may be dynamically loaded. \

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 NamedFluidDataStoreRegistryEntry2 = [
string,
Promise<FluidDataStoreRegistryEntry> | FluidDataStoreRegistryEntry
];