ReadingBlockHighlight¶
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/ReadingBlockHighlight.ts for the most up-to-date information.
Overview¶
A focus highlight for the voicing prototype. Has a unique color to indicate that focus is not around something that is interactive, but can be read with activation.
This should generally be used for otherwise NON interactive things that have voicing. Normally focusable things should have the default focus highlight. @author Jesse Greenberg
Class ReadingBlockHighlight¶
Constructor¶
new ReadingBlockHighlight( node : Node, providedOptions? : ReadingBlockHighlightOptions )¶
Instance Methods¶
Source Code¶
See the source for ReadingBlockHighlight.ts in the scenery repository.