struct LSP::NotebookCellArrayChange

Overview

A change describing how to move a NotebookCell array from state S to S'.

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(NotebookCell) | Nil #

The new cells, if any


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

The new cells, if any


[View source]
def delete_count : UInt32 #

[View source]
def delete_count=(delete_count : UInt32) #

[View source]
def start : UInt32 #

The start oftest of the cell that changed.


[View source]
def start=(start : UInt32) #

The start oftest of the cell that changed.


[View source]