Skip to content 

ISummaryAck Interface

Packages > @fluidframework/protocol-definitions > ISummaryAck

Contents of summary ack expected from the server.

Signature:

export interface ISummaryAck 

Properties

List of properties of this interface
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;