TypewriterEvent<T>
TYPE DEFINITION
A TypewriterEvent represents an event happened in the Typewriter. For example changing of the text or finishing the animation.
Since 1.2.0
Union of
|
TypewriterInitializedEvent
|
TypewriterChangedEvent<T>
|
TypewriterPlayingEvent
|
TypewriterPausedEvent
|
TypewriterStoppedEvent
|
TypewriterFinishedEvent<T>
|
TypewriterBlinkingEvent<T>
|
TypewriterRepeatingEvent<T>