class

LSProtocol::TextDocumentContentParams

Inherits JSON::Serializable / Reference / Object

Parameters for the workspace/textDocumentContent 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.

Source