ISharedObjectRegistry Interface
Packages > @fluidframework/datastore > ISharedObjectRegistry
Signature:
export interface ISharedObjectRegistry
Methods
Method | Description |
---|---|
get(name) |
Methods
get
Signature:
get(name: string): IChannelFactory | undefined;
Parameters
Parameter | Type | Description |
---|---|---|
name | string |
Returns:
IChannelFactory | undefined