Skip to main content
Version: v1

FluidDataStoreRegistry Class

Signature

export declare class FluidDataStoreRegistry implements IFluidDataStoreRegistry

Implements: IFluidDataStoreRegistry

Constructors

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

Properties

PropertyTypeDescription
IFluidDataStoreRegistrythis

Methods

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

Constructor Details

(constructor)

Constructs a new instance of the FluidDataStoreRegistry class

Signature

constructor(namedEntries: NamedFluidDataStoreRegistryEntries);

Parameters

ParameterTypeDescription
namedEntriesNamedFluidDataStoreRegistryEntries

Property Details

IFluidDataStoreRegistry

Signature

get IFluidDataStoreRegistry(): this;

Type: this

Method Details

get

Signature

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

Parameters

ParameterTypeDescription
namestring

Returns

Return type: Promise<FluidDataStoreRegistryEntry | undefined>