HoverClientCapabilities
in package
Table of Contents
Properties
- $contentFormat : array<string|int, string>|null
- Client supports the follow content formats if the content property refers to a `literal of type MarkupContent`.
- $dynamicRegistration : bool|null
- Whether hover supports dynamic registration.
Methods
- __construct() : mixed
Properties
$contentFormat
Client supports the follow content formats if the content property refers to a `literal of type MarkupContent`.
public
array<string|int, string>|null
$contentFormat
The order describes the preferred format of the client.
Tags
$dynamicRegistration
Whether hover supports dynamic registration.
public
bool|null
$dynamicRegistration
Methods
__construct()
public
__construct([bool|null $dynamicRegistration = null ][, array<string|int, string>|null $contentFormat = null ]) : mixed
Parameters
- $dynamicRegistration : bool|null = null
- $contentFormat : array<string|int, string>|null = null