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

Method Return Type Description
get(name) Promise<FluidDataStoreRegistryEntry | undefined>

Method Details

get

Signature

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

Parameters

Parameter Type Description
name string

Returns

Return type: Promise<FluidDataStoreRegistryEntry | undefined>