struct LSP::NotebookDocumentChangeEvent

Overview

A change event for a notebook document.

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 cells : Array(Cell) | Nil #

Changes to cells


[View source]
def cells=(cells : Array(Cell) | Nil) #

Changes to cells


[View source]
def metadata : JSON::Any | Nil #

The changed meta data if any.


[View source]
def metadata=(metadata : JSON::Any | Nil) #

The changed meta data if any.


[View source]