PartialPDOMTrail¶
Overview¶
Represents a path up to a PDOMInstance.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class PartialPDOMTrail¶
Constructor¶
new PartialPDOMTrail( pdomInstance : PDOMInstance, trail : Trail, isRoot : boolean )¶
Instance Methods¶
Instance Properties¶
fullTrail : Trail¶
(readonly)
a full Trail (rooted at our display) to our trail's final node.
Source Code¶
See the source for PartialPDOMTrail.ts in the scenery repository.