table LinkedText
Overview
Table of this type describes a text (possibly) with injected hyperlinks. Moreā¦
LinkedText = { -- fields isEmpty, plainText, refTextArray, }
Detailed Documentation
Table of this type describes a text (possibly) with injected hyperlinks.
Fields
isEmpty
Holds true
if the text is empty or false
otherwise.
plainText
Holds a string with plain-text representation of the text, i.e. as if there were no any hyperlinks.
refTextArray
Holds an array table of plain-text and hyperlink blocks constituting the full text. Type of each element of the array is RefText
.