Skip to main content
Version: v1

@fluidframework/shared-summary-block Package

Interfaces

InterfaceDescription
ISharedSummaryBlockShared 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

ClassModifiersDescription
SharedSummaryBlockImplementation 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.
SharedSummaryBlockFactorysealedThe factory that defines the shared summary block.