Variable TextViewEventsConst
TextViewEvents: { LinkClick: "linkClick"; Touch: "touch"; TouchCancelled: "touchCancelled"; TouchEnded: "touchEnded"; TouchMoved: "touchMoved" } = ...
Type declaration
-
LinkClick: "linkClick"
-
Touch: "touch"
-
TouchCancelled: "touchCancelled"
-
TouchEnded: "touchEnded"
-
TouchMoved: "touchMoved"
This event is called when user click link string. onLinkClick just work with attributedText.
Example
Param
onLinkClick
Android
Ios
Since
3.0.0