VoicingRichText¶
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/VoicingRichText.ts for the most up-to-date information.
Overview¶
RichText that composes ReadingBlock, adding support for Voicing and input listeners that speak content upon user activation.
@author Jesse Greenberg (PhET Interactive Simulations)
Class VoicingRichText¶
Constructor¶
new VoicingRichText( text : string | TReadOnlyProperty<string>, providedOptions? : VoicingRichTextOptions )¶
Instance Methods¶
Type VoicingRichTextOptions¶
ReadingBlockOptions & StrictOmit<RichTextOptions, "focusHighlight">
Source Code¶
See the source for VoicingRichText.ts in the scenery repository.