Skip to main content
Version: v1

ISummaryAck Interface

Contents of summary ack expected from the server.

Signature

export interface ISummaryAck

Properties

PropertyTypeDescription
handlestringHandle of the complete summary.
summaryProposalISummaryProposalInformation about the proposed summary op.

Property Details

handle

Handle of the complete summary.

Signature

handle: string;

Type: string

summaryProposal

Information about the proposed summary op.

Signature

summaryProposal: ISummaryProposal;

Type: ISummaryProposal