Documentation

DocumentLinkClientCapabilities
in package

Table of Contents

Properties

$dynamicRegistration  : bool|null
Whether text document synchronization supports dynamic registration.
$tooltipSupport  : bool|null
Whether the client supports the `tooltip` property on `DocumentLink`.

Methods

__construct()  : mixed

Properties

$tooltipSupport

Whether the client supports the `tooltip` property on `DocumentLink`.

public bool|null $tooltipSupport
Tags
since
3.15.0

Methods

__construct()

public __construct([bool|null $dynamicRegistration = null ][, bool|null $tooltipSupport = null ]) : mixed
Parameters
$dynamicRegistration : bool|null = null
$tooltipSupport : bool|null = null

        
On this page

Search results