@fluidframework/shared-summary-block Package
Interfaces
Interface | Description |
---|---|
ISharedSummaryBlock | Shared summary block interface. A shared summary block is part of the summary but it does not generate any ops. The set on this interface must only be called in response to a remote op. Basically, if we replay same ops, the set of calls on this interface to set data should be the same. This is critical because the object does not generate ops of its own, but relies on the above principle to maintain eventual consistency and to summarize. |
Classes
Class | Modifiers | Description |
---|---|---|
SharedSummaryBlock | Implementation of a shared summary block. It does not generate any ops. It is only part of the summary. Data should be set in this object in response to a remote op. | |
SharedSummaryBlockFactory | sealed |
The factory that defines the shared summary block. |