LSProtocol::DocumentSymbolRegistrationOptions
Inherits JSON::Serializable / Reference / Object
Registration options for a DocumentSymbolRequest.
Constructors
new(pull : JSON::PullParser)
Sourcenew(document_selector : DocumentSelector | Nil, label : String | Nil = nil, work_done_progress : Bool | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
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.
label
A human-readable string that is shown when multiple outlines trees are shown for the same document.
@since 3.16.0
work_done_progress
Source