ISummaryContext Interface
Packages > @fluidframework/driver-definitions > ISummaryContext
Context for uploading a summary to storage. Indicates the previously acked summary.
Signature:
export interface ISummaryContext
Properties
Property | Type | Description |
---|---|---|
ackHandle | string | undefined | Parent summary acked handle (from summary ack) |
proposalHandle | string | undefined | Parent summary proposed handle (from summary op) |
Events
ackHandle
Parent summary acked handle (from summary ack)
Signature:
readonly ackHandle: string | undefined;
proposalHandle
Parent summary proposed handle (from summary op)
Signature:
readonly proposalHandle: string | undefined;