ISummaryAck Interface
Packages > @fluidframework/protocol-definitions > ISummaryAck
Contents of summary ack expected from the server.
Signature:
export interface ISummaryAck
Properties
Property | Type | Description |
---|---|---|
handle | string | Handle of the complete summary. |
summaryProposal | ISummaryProposal | Information about the proposed summary op. |
Events
handle
Handle of the complete summary.
Signature:
handle: string;
summaryProposal
Information about the proposed summary op.
Signature:
summaryProposal: ISummaryProposal;