DocumentSymbolClientCapabilitiesSymbolKind
in package
Specific capabilities for the `SymbolKind` in the `textDocument/documentSymbol` request.
Table of Contents
Properties
- $valueSet : array<string|int, int>
- The symbol 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 symbol 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, int>
$valueSet
If this property is not present the client only supports
the symbol kinds from File to Array as defined in
the initial version of the protocol.
Tags
Methods
__construct()
Undocumented function
public
__construct([array<string|int, int>|null $valueSet = null ]) : mixed
Parameters
- $valueSet : array<string|int, int>|null = null