ReflowableWebGoLocation
data class ReflowableWebGoLocation(val href: Url, val progression: Progression? = null, val htmlId: HtmlId? = null, val cssSelector: CssSelector? = null, val textAnchor: TextAnchor? = null) : GoLocation
Constructors
Link copied to clipboard
constructor(href: Url, progression: Progression? = null, htmlId: HtmlId? = null, cssSelector: CssSelector? = null, textAnchor: TextAnchor? = null)