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) | Alpha |
Constructs a new instance of the TrackingGroupCollection class |
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
empty | Alpha |
readonly |
boolean | |
trackingGroups | Alpha |
readonly |
Set<TrackingGroup> |
Constructor Details
(constructor)
Constructs a new instance of the TrackingGroupCollection
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(trackable: Trackable);
Parameters
Parameter | Type | Description |
---|---|---|
trackable | Trackable |
Property Details
empty
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 empty(): boolean;
Type: boolean
trackingGroups
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 trackingGroups(): Set<TrackingGroup>;
Type: Set<TrackingGroup>