ConsensusQueue
Packages > @fluidframework/ordered-collection > ConsensusQueue
Implementation of a consensus stack
An derived type of ConsensusOrderedCollection with a queue as the backing data and order.
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/ordered-collection/legacy
.
For more information about our API support guarantees, see here .
Signature
export type ConsensusQueue<T = any> = ConsensusQueueClass<T>;
Type Parameters
Parameter | Default | Description |
---|---|---|
T | any |