TemplateSelectionState

data class TemplateSelectionState(val startPosition: Int, val templatePrefix: String, val candidateExpansions: List<String>)

The state of an ongoing template selection.

Constructors

Link copied to clipboard
constructor(startPosition: Int, templatePrefix: String, candidateExpansions: List<String>)

Properties

Link copied to clipboard

The current candidate.

Link copied to clipboard

The candidate template expansions available for selection.

Link copied to clipboard

The index of the active candidate template expansion.

Link copied to clipboard

Whether the template expansion algorithm is running.

Link copied to clipboard

The start position of the template expansion site within the document.

Link copied to clipboard

The alleged prefix of a recognized template.