class

LSProtocol::TextDocumentContentRefreshParams

Inherits JSON::Serializable / Reference / Object

Parameters for the workspace/textDocumentContent/refresh request.

@since 3.18.0 @proposed

Constructors

new(pull : JSON::PullParser)
Source
new(uri : URI | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

uri

The uri of the text document to refresh.

Source