IFluidDataStoreRegistry Interface
An association of identifiers to data store registry entries, where the entries can be used to create data stores.
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
export interface IFluidDataStoreRegistry extends IProvideFluidDataStoreRegistry
Extends: IProvideFluidDataStoreRegistry
Methods
Method | Alerts | Return Type | Description |
---|---|---|---|
get(name) | Alpha |
Promise<FluidDataStoreRegistryEntry | undefined> |
Method Details
get
WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.
Signature
get(name: string): Promise<FluidDataStoreRegistryEntry | undefined>;
Parameters
Parameter | Type | Description |
---|---|---|
name | string |
Returns
Return type: Promise<FluidDataStoreRegistryEntry | undefined>