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
$dynamicRegistration
Whether text document synchronization supports dynamic registration.
public
bool|null
$dynamicRegistration
$tooltipSupport
Whether the client supports the `tooltip` property on `DocumentLink`.
public
bool|null
$tooltipSupport
Tags
Methods
__construct()
public
__construct([bool|null $dynamicRegistration = null ][, bool|null $tooltipSupport = null ]) : mixed
Parameters
- $dynamicRegistration : bool|null = null
- $tooltipSupport : bool|null = null