struct LSP::NotebookDocumentChangeEvent::Cell

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

def data : NotebookCell | Nil #

Changes to notebook cells properties like its kind, execution summary or metadata.


[View source]
def data=(data : NotebookCell | Nil) #

Changes to notebook cells properties like its kind, execution summary or metadata.


[View source]
def structure : Structure | Nil #

Changes to the cell structure to add or remove cells.


[View source]
def structure=(structure : Structure | Nil) #

Changes to the cell structure to add or remove cells.


[View source]
def textContent : Array(TextContent) #

[View source]
def textContent=(textContent : Array(TextContent)) #

[View source]