TrackingGroup Class

Packages > @fluidframework/merge-tree > TrackingGroup

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

To use, import via @fluidframework/merge-tree/legacy.

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

Signature

export declare class TrackingGroup implements ITrackingGroup

Implements: ITrackingGroup

Constructors

Constructor Alerts Description
(constructor)() Alpha Constructs a new instance of the TrackingGroup class

Properties

Property Alerts Modifiers Type Description
size Alpha readonly number
tracked Alpha readonly readonly Trackable[]

Constructor Details

(constructor)

Constructs a new instance of the TrackingGroup class

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

To use, import via @fluidframework/merge-tree/alpha.

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

Signature

constructor();

Property Details

size

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

To use, import via @fluidframework/merge-tree/alpha.

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

Signature

get size(): number;

Type: number

tracked

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

To use, import via @fluidframework/merge-tree/alpha.

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

Signature

get tracked(): readonly Trackable[];

Type: readonly Trackable []