ISummaryAck Interface
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. |
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