IConsensusRegisterCollectionFactory TypeAlias
Consensus Register Collection channel factory interface
Extends the base IChannelFactory to return a more definite type of IConsensusRegisterCollection Use for the runtime to create and load distributed data structure by type name of each channel.
This API is deprecated and will be removed in a future release.
Use IChannelFactory<IConsensusRegisterCollection>.
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/register-collection/legacy.
For more information about our API support guarantees, see here.
Signature
export type IConsensusRegisterCollectionFactory = IChannelFactory<IConsensusRegisterCollection>;