Skip to content 

SequenceMaintenanceEvent Class

Packages > @fluidframework/sequence > SequenceMaintenanceEvent

The event object returned on maintenance events.

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

Signature:

export declare class SequenceMaintenanceEvent extends SequenceEvent<MergeTreeMaintenanceType> 

Extends: SequenceEvent<MergeTreeMaintenanceType>

Constructors

List of constructors for this class
Constructor Modifiers Description
(constructor)(deltaArgs, mergeTreeClient) Constructs a new instance of the SequenceMaintenanceEvent class

Constructors

SequenceMaintenanceEvent.(constructor)

Constructs a new instance of the SequenceMaintenanceEvent class

Signature:

constructor(deltaArgs: IMergeTreeMaintenanceCallbackArgs, mergeTreeClient: Client);

Parameters

List of parameters
Parameter Type Description
deltaArgs IMergeTreeMaintenanceCallbackArgs
mergeTreeClient Client