Interactive text

Interactive text that supports emojis and links

Interactive texts are used to convert links and/or emojis within a text block into actual links/emojis.

Hello Check out https://freelancer.com! 😄
Hello Check out https://freelancer.com! 😄
Inputs
content : string
alwaysShowReadMore ?: boolean = false

Use with `maxLines`

displayLineBreaks ?: boolean = true
emoji ?: boolean = false
fontColor ?: FontColor = FontColor.FOREGROUND
fontSize ?: TextSize = TextSize.BODY_16
fontWeight ?: FontWeight = FontWeight.NORMAL
link ?: boolean = false
linkColor ?: LinkColor = LinkColor.DEFAULT
linkHoverColor ?: LinkHoverColor = LinkHoverColor.INHERIT
maxLines ?: number
rawOutput ?: boolean = false

Return only the text content, not wrapped in a fl-link or p.

readMore ?: any = ReadMore.NONE
readMoreColor ?: ReadMoreColor
Outputs
expand ?: any = new EventEmitter<boolean>()