ReadingBlockUtterance¶
Overview¶
An Utterance specifically for ReadingBlocks. When a ReadingBlock is activated, the Trail from the event is used to determine exactly which ReadingBlock instance to highlight in the HighlightOverlay.
@author Jesse Greenberg
Class ReadingBlockUtterance¶
Constructor¶
new ReadingBlockUtterance( focus : Focus | null, options? : ReadingBlockUtteranceOptions )¶
Instance Methods¶
Instance Properties¶
readingBlockFocus : Focus | null¶
Can be set and change to support reusing this ReadingBlockUtterance.
Type ReadingBlockUtteranceOptions¶
UtteranceOptions
Source Code¶
See the source for ReadingBlockUtterance.ts in the scenery repository.