class

LSProtocol::DocumentLinkClientCapabilities

Inherits JSON::Serializable / Reference / Object

The client capabilities of a DocumentLinkRequest.

Constructors

new(pull : JSON::PullParser)
Source
new(dynamic_registration : Bool | Nil = nil, tooltip_support : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

dynamic_registration

Whether document link supports dynamic registration.

Source
tooltip_support

Whether the client supports the tooltip property on DocumentLink.

@since 3.15.0

Source