TypeDefinitionClientCapabilities
in package
Table of Contents
Properties
- $dynamicRegistration : bool|null
- Whether implementation supports dynamic registration. If this is set to `true` the client supports the new `TypeDefinitionRegistrationOptions` return value for the corresponding server capability as well.
- $linkSupport : bool|null
- The client supports additional metadata in the form of definition links.
Methods
- __construct() : mixed
Properties
$dynamicRegistration
Whether implementation supports dynamic registration. If this is set to `true` the client supports the new `TypeDefinitionRegistrationOptions` return value for the corresponding server capability as well.
public
bool|null
$dynamicRegistration
$linkSupport
The client supports additional metadata in the form of definition links.
public
bool|null
$linkSupport
Tags
Methods
__construct()
public
__construct([bool|null $dynamicRegistration = null ][, bool|null $linkSupport = null ]) : mixed
Parameters
- $dynamicRegistration : bool|null = null
- $linkSupport : bool|null = null