Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 2.8 KB

File metadata and controls

14 lines (10 loc) · 2.8 KB

TextRange

A subsection of a given string to which some special formatting should be applied.

Fields

Field Type Required Description
startIndex long ✔️ The inclusive start index of the range.
endIndex Optional<Long> The exclusive end index of the range.
type Optional<TextRangeType> N/A
url Optional<String> The URL associated with the range, if applicable. For example, the linked URL for a LINK range.
document Optional<Document> N/A