WindowClientCapabilities

case class WindowClientCapabilities(workDoneProgress: Opt[Boolean], showMessage: Opt[ShowMessageRequestClientCapabilities], showDocument: Opt[ShowDocumentClientCapabilities])
Value parameters:
showDocument

Capabilities specific to the showDocument request.

showMessage

Capabilities specific to the showMessage request.

workDoneProgress

It indicates whether the client supports server initiated progress using the window/workDoneProgress/create request. The capability also controls Whether client supports handling of progress notifications. If set servers are allowed to report a workDoneProgress property in the request specific server capabilities.

Since:

3.15.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