Skip to content

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

import { ControlAreaNode } from 'scenerystack/scenery-phet';

Constructor

new ControlAreaNode( providedOptions? : ControlAreaNodeOptions )

Instance Methods

Type ControlAreaNodeOptions

import type { ControlAreaNodeOptions } from 'scenerystack/scenery-phet';

PDOMSectionNodeOptions

Source Code

See the source for ControlAreaNode.ts in the scenery-phet repository.