Whether changes are being tracked or not
Staticclassadds an addition to the tracker. prefer use of .track
commits the changes to the provided url. url should contain accessTokens and point to a featureStore layers bulk operation endpoint
adds an edit to the tracker. prefer use of .track
pauses the tracking of the given event, but does not reset features
one of: addfeature, changefeature or removefeature
tracks the change of removing a static feature
resets all changes since the last commit or the beginning of tracking
Optional_defaultOptions: VcsObjectOptionsstarts tracking changes on the layer starts tracking changes on the feature store layer
stops tracking changes on the feature store layer
Staticget
do not construct directly, use the layers .changeTracker instead