CodeActionClientCapabilitiesCodeActionLiteralSupportcodeActionKind
in package
Table of Contents
Properties
- $valueSet : array<string|int, string>
- The code action kind values the client supports. When this property exists the client also guarantees that it will handle values outside its set gracefully and falls back to a default value when unknown.
Methods
- __construct() : mixed
- Undocumented function
Properties
$valueSet
The code action kind values the client supports. When this property exists the client also guarantees that it will handle values outside its set gracefully and falls back to a default value when unknown.
public
array<string|int, string>
$valueSet
Tags
Methods
__construct()
Undocumented function
public
__construct(array<string|int, string> $valueSet) : mixed
Parameters
- $valueSet : array<string|int, string>