Template Selection State
data class TemplateSelectionState(val startPosition: Int, val templatePrefix: String, val candidateExpansions: List<String>)
The state of an ongoing template selection.
Properties
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.