Skip to main content

IAckSummaryResult Interface

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/container-runtime/legacy.

For more information about our API support guarantees, see here.

Signature

export interface IAckSummaryResult

Properties

PropertyAlertsModifiersTypeDescription
ackNackDurationBetareadonlynumber
summaryAckOpBetareadonlyISummaryAckMessage

Property Details

ackNackDuration

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

readonly ackNackDuration: number;

Type: number

summaryAckOp

This API is provided for existing users, but is not recommended for new users.

For more information about our API support guarantees, see here.

Signature

readonly summaryAckOp: ISummaryAckMessage;

Type: ISummaryAckMessage