DocumentLinkClientCapabilities

case class DocumentLinkClientCapabilities(dynamicRegistration: Opt[Boolean], tooltipSupport: Opt[Boolean])

The client capabilities of a DocumentLinkRequest.

Value parameters:
dynamicRegistration

Whether document link supports dynamic registration.

tooltipSupport

Whether the client supports the tooltip property on DocumentLink.

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