ControlAreaNode¶
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/ControlAreaNode.ts for the most up-to-date information.
Overview¶
A node that creates a "Control 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 secondary to that in the PlayAreaNode. See ScreenView for more documentation and usage explanation.
@author Michael Kauzmann (PhET Interactive Simulations)
Class ControlAreaNode¶
Constructor¶
new ControlAreaNode( providedOptions? : ControlAreaNodeOptions )¶
Instance Methods¶
Type ControlAreaNodeOptions¶
Source Code¶
See the source for ControlAreaNode.ts in the scenery-phet repository.