View Source GenLSP.Structures.HoverRegistrationOptions (gen_lsp v0.10.0)
Registration options for a {@link HoverRequest}.
Link to this section Summary
Functions
Fields
- document_selector: 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.
Link to this section Types
@type t() :: %GenLSP.Structures.HoverRegistrationOptions{ document_selector: GenLSP.TypeAlias.DocumentSelector.t() | nil }
Link to this section Functions
fields
Fields
- document_selector: 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.