SearchMatch

data class SearchMatch(val from: DocPos, val to: DocPos)

A match found by a search cursor.

Constructors

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

Properties

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