Skip to content 

ISharedObjectRegistry Interface

Packages > @fluidframework/datastore > ISharedObjectRegistry

Signature:

export interface ISharedObjectRegistry 

Methods

List of methods of this class
Method Description
get(name)

Methods

get

Signature:

get(name: string): IChannelFactory | undefined;

Parameters

List of parameters
Parameter Type Description
name string

Returns:

IChannelFactory | undefined