ISummaryProposal Interface
Packages > @fluidframework/protocol-definitions > ISummaryProposal
Data about the original proposed summary op.
Signature:
export interface ISummaryProposal
Properties
Property | Type | Description |
---|---|---|
summarySequenceNumber | number | Actual sequence number of the summary op proposal. |
Events
summarySequenceNumber
Actual sequence number of the summary op proposal.
Signature:
summarySequenceNumber: number;