The type hierarchy params is an extension of the TextDocumentPositionParams with optional properties which can be used to eagerly resolve the item when requesting from the server.
TextDocumentPositionParams
Optional
The direction of the hierarchy levels to resolve.
The position inside the text document.
The hierarchy levels to resolve. 0 indicates no level. When not defined, it is treated as 0.
0
The text document.
The type hierarchy params is an extension of the
TextDocumentPositionParams
with optional properties which can be used to eagerly resolve the item when requesting from the server.