Skip to content 

ISummaryContext Interface

Packages > @fluidframework/driver-definitions > ISummaryContext

Context for uploading a summary to storage. Indicates the previously acked summary.

Signature:

export interface ISummaryContext 

Properties

List of properties of this interface
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;