ISummaryAck Interface
Contents of summary ack expected from the server.
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/driver-definitions/legacy
.
For more information about our API support guarantees, see here.
Signature
export interface ISummaryAck
Properties
Property | Alerts | Type | Description |
---|---|---|---|
handle | Alpha |
string | Handle of the complete summary. |
summaryProposal | Alpha |
ISummaryProposal | Information about the proposed summary message. |
Property Details
handle
Handle of the complete summary.
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
handle: string;
Type: string
summaryProposal
Information about the proposed summary message.
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/driver-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
summaryProposal: ISummaryProposal;
Type: ISummaryProposal