Skip to content 

ISummaryNack Interface

Packages > @fluidframework/protocol-definitions > ISummaryNack

Contents of summary nack expected from the server.

Signature:

export interface ISummaryNack extends IServerError 

Extends: IServerError

Properties

List of properties of this interface
Property Type Description
summaryProposal ISummaryProposal Information about the proposed summary op.

Events

summaryProposal

Information about the proposed summary op.

Signature:

summaryProposal: ISummaryProposal;