Skip to content

PlayAreaNode

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

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

Constructor

new PlayAreaNode( providedOptions? : PlayAreaNodeOptions )

Instance Methods

Type PlayAreaNodeOptions

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

PDOMSectionNodeOptions

Source Code

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