Skip to main content

SequenceMaintenanceEvent Interface

The event object returned on maintenance events.

The properties of this object and its sub-objects represent the state of the sequence at the point in time at which the operation was applied. They will not take into consideration any future modifications performed to the underlying sequence and merge tree.

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

To use, import via @fluidframework/sequence/legacy.

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

Signature

export interface SequenceMaintenanceEvent extends SequenceEvent<MergeTreeMaintenanceType>

Extends: SequenceEvent<MergeTreeMaintenanceType>

Properties

Property Alerts Modifiers Type Description
opArgs Alpha readonly IMergeTreeDeltaOpArgs | undefined

Property Details

opArgs

This API is provided as an alpha preview and may change without notice.

To use, import via @fluidframework/sequence/alpha.

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

Signature

readonly opArgs: IMergeTreeDeltaOpArgs | undefined;

Type: IMergeTreeDeltaOpArgs | undefined