TrackingGroupCollection Class
A collection of ITrackingGroup. \
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 TrackingGroupCollection
Constructors
Constructor | Alerts | Description |
---|---|---|
(constructor)(trackable) | Beta |
Constructs a new instance of the TrackingGroupCollection class |
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
empty | Beta |
readonly |
boolean | |
trackingGroups | Beta |
readonly |
Set<TrackingGroup> |
Methods
Method | Alerts | Return Type | Description |
---|---|---|---|
copyTo(trackable) | Beta |
void | |
link(trackingGroup) | Beta |
void | |
matches(trackingCollection) | Beta |
boolean | |
unlink(trackingGroup) | Beta |
boolean |