Skip to main content
Version: v1

IFluidDataStoreRegistry Interface

An association of identifiers to data store registry entries, where the entries can be used to create data stores.

Signature

export interface IFluidDataStoreRegistry extends IProvideFluidDataStoreRegistry

Extends: IProvideFluidDataStoreRegistry

Methods

MethodReturn TypeDescription
get(name)Promise<FluidDataStoreRegistryEntry | undefined>

Method Details

get

Signature

get(name: string): Promise<FluidDataStoreRegistryEntry | undefined>;

Parameters

ParameterTypeDescription
namestring

Returns

Return type: Promise<FluidDataStoreRegistryEntry | undefined>