Fixed

data class Fixed(val candidates: Set<String>) : CompletionCandidates

Complete the parameter with a fixed set of strings

Constructors

Link copied to clipboard
constructor(vararg candidates: String)
constructor(candidates: Set<String>)

Properties

Link copied to clipboard