class LSProtocol::NotebookDocumentChangeEvent

Overview

A change event for a notebook document.

@since 3.17.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(cells : NotebookDocumentCellChanges | Nil = nil, metadata : LSPObject | Nil = nil) #

[View source]

Instance Method Detail

def cells : NotebookDocumentCellChanges | Nil #

Changes to cells


[View source]
def metadata : LSPObject | Nil #

The changed meta data if any.

Note: should always be an object literal (e.g. LSPObject)


[View source]