context.trackedObjects


The object.track() method is an alias for context.trackedObjects.add(object).
When there is no .track() method on the object, you'll know that there is no need to ever track it.


Once you call object.track(), the lifetime of the object becomes your responsibility. Failure to clean up will result in the host application slowing down over time,







© 2023 Better Solutions Limited. All Rights Reserved. © 2023 Better Solutions Limited TopPrevNext