VoicingText¶
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/nodes/VoicingText.ts for the most up-to-date information.
Overview¶
Text that mixes ReadingBlock, supporting features of Voicing and adding listeners that speak the text string upon user input.
@author Jesse Greenberg (PhET Interactive Simulations)
Class VoicingText¶
Constructor¶
new VoicingText( text : string | TReadOnlyProperty<string>, providedOptions? : VoicingTextOptions )¶
Instance Methods¶
Type VoicingTextOptions¶
ReadingBlockOptions & TextOptions
Source Code¶
See the source for VoicingText.ts in the scenery repository.