Skip to content 

IRangeTrackerSnapshot Interface

Packages > @fluidframework/common-utils > IRangeTrackerSnapshot

A serialized version of the RangeTracker

Signature:

export interface IRangeTrackerSnapshot 

Properties

List of properties of this interface
Property Type Description
lastPrimary number
lastSecondary number | undefined
ranges IRange[]

Events

lastPrimary

Signature:

lastPrimary: number;

lastSecondary

Signature:

lastSecondary: number | undefined;

ranges

Signature:

ranges: IRange[];