Skip to main content

INack Interface

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 INack

Properties

PropertyAlertsTypeDescription
contentBetaINackContentDetail info about the nack.
operationBetaIDocumentMessage | undefinedThe operation that was just nacked.
sequenceNumberBetanumberThe sequence number the client needs to catch up to before retrying.

Property Details

content

Detail info about the nack.

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

content: INackContent;

Type: INackContent

operation

The operation that was just nacked.

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

operation: IDocumentMessage | undefined;

Type: IDocumentMessage | undefined

sequenceNumber

The sequence number the client needs to catch up to before retrying.

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

sequenceNumber: number;

Type: number