Template Selection State
data class TemplateSelectionState( val startPosition: Int, val templatePrefix: String, val candidateExpansions: List<String>)
Content copied to clipboard
The state of an ongoing template selection.
Constructors
Link copied to clipboard
fun TemplateSelectionState( startPosition: Int, templatePrefix: String, candidateExpansions: List<String>)
Content copied to clipboard