ControlAreaNode¶
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.