Skip to content

ActivatedReadingBlockHighlight

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery/blob/main/js/accessibility/voicing/ActivatedReadingBlockHighlight.ts for the most up-to-date information.

Overview

The highlight with styling used for ReadingBlocks when the are "activated" and the Voicing framework is speaking the content for a Node that composes ReadingBlock.

@author Jesse Greenberg

Class ActivatedReadingBlockHighlight

import { ActivatedReadingBlockHighlight } from 'scenerystack/scenery';

Constructor

new ActivatedReadingBlockHighlight( node : Node | null, providedOptions? : ActivatedReadingBlockHighlightOptions )

Instance Methods

Static Properties

ACTIVATED_HIGHLIGHT_COLOR

(readonly)

Source Code

See the source for ActivatedReadingBlockHighlight.ts in the scenery repository.