PlayAreaNode¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery-phet/blob/main/js/accessibility/nodes/PlayAreaNode.ts for the most up-to-date information.
Overview¶
A node that creates a "Play Area" accessible section in the PDOM. This organizational Node should have accessible content to be displayed under it in the PDOM. This content can be added as a child, or added via pdomOrder
. Items in this section are designed to be the "main interaction and pedagogical learning" to be had for the screen. See ScreenView for more documentation and usage explanation.
@author Michael Kauzmann (PhET Interactive Simulations)
Class PlayAreaNode¶
Constructor¶
new PlayAreaNode( providedOptions? : PlayAreaNodeOptions )¶
Instance Methods¶
Type PlayAreaNodeOptions¶
Source Code¶
See the source for PlayAreaNode.ts in the scenery-phet repository.