Class TextDocumentContentChangeEvent

java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.TextDocumentContentChangeEvent

public class TextDocumentContentChangeEvent extends JSONBase
An event describing a change to a text document. If range and rangeLength are omitted the new text is considered to be the full content of the document.