struct LSP::NotebookDocumentChangeEvent::Cell::Structure

Included Modules

Defined in:

lsp/document_sync/did_change_notebook_document.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

The change to the cell array.


[View source]
def array=(array : NotebookCellArrayChange) #

The change to the cell array.


[View source]
def did_close : Array(TextDocumentIdentifier) | Nil #

[View source]
def did_close=(did_close : Array(TextDocumentIdentifier) | Nil) #

[View source]
def did_open : Array(TextDocumentItem) | Nil #

[View source]
def did_open=(did_open : Array(TextDocumentItem) | Nil) #

[View source]