AncestorNodesProperty¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery/blob/main/js/util/AncestorNodesProperty.ts for the most up-to-date information.
Overview¶
A Property that will contain a set of all ancestor Nodes of a given Node.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class AncestorNodesProperty¶
Constructor¶
new AncestorNodesProperty( node : Node )¶
Instance Methods¶
dispose()¶
Instance Properties¶
updateEmitter : TinyEmitter¶
(readonly)
Fired whenever we need to update the internal value (i.e. a parent was added or removed somewhere in the chain)
Source Code¶
See the source for AncestorNodesProperty.ts in the scenery repository.