TextQuote

data class TextQuote(val text: String, val prefix: String, val suffix: String)

A TextQuote is a short text quote allowing to target a specific range of text. prefix and suffix are useful to give enough context to make the location less ambiguous.

Constructors

Link copied to clipboard
constructor(text: String, prefix: String, suffix: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard