Skip to main content
Version: v1

FluidDataStoreRegistry Class

Signature

export declare class FluidDataStoreRegistry implements IFluidDataStoreRegistry

Implements: IFluidDataStoreRegistry

Constructors

Constructor Description
(constructor)(namedEntries) Constructs a new instance of the FluidDataStoreRegistry class

Properties

Property Type Description
IFluidDataStoreRegistry this

Methods

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

Constructor Details

(constructor)

Constructs a new instance of the FluidDataStoreRegistry class

Signature

constructor(namedEntries: NamedFluidDataStoreRegistryEntries);

Parameters

Parameter Type Description
namedEntries NamedFluidDataStoreRegistryEntries

Property Details

IFluidDataStoreRegistry

Signature

get IFluidDataStoreRegistry(): this;

Type: this

Method Details

get

Signature

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

Parameters

Parameter Type Description
name string

Returns

Return type: Promise<FluidDataStoreRegistryEntry | undefined>