View source
typedef TypeHierarchyRegistrationOptions
package languageServerProtocol.protocol
import languageServerProtocol.protocol.TypeHierarchy
Type hierarchy options used during static or dynamic registration.
Available since
3.17.0
.Fields
optionalid:Null<String>
The id used to register the request. The id can be used to deregister the request again. See also Registration#id.
documentSelector:Null<DocumentSelector>
A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.