SnippetField

data class SnippetField(val name: String, val from: DocPos, val to: DocPos)

A named field within an active snippet, spanning from to to in the document.

Constructors

Link copied to clipboard
constructor(name: String, from: DocPos, to: DocPos)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: DocPos