CompletionList

case class CompletionList(itemDefaults: Opt[Vector[String]])
Value parameters:
itemDefaults

The client supports the following itemDefaults on a completion list. The value lists the supported property names of the CompletionList.itemDefaults object. If omitted no properties are supported.

Since:

3.17.0

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product