PartialPDOMTrail¶
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/accessibility/pdom/PartialPDOMTrail.ts for the most up-to-date information.
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.