Method: LanguageServer::Protocol::Interface::SelectionRangeParams#partial_result_token
- Defined in:
- lib/language_server/protocol/interface/selection_range_params.rb
#partial_result_token ⇒ ProgressToken
An optional token that a server can use to report partial results (e.g. streaming) to the client.
29 30 31 |
# File 'lib/language_server/protocol/interface/selection_range_params.rb', line 29 def partial_result_token attributes.fetch(:partialResultToken) end |