class LSProtocol::NotebookCellArrayChange

Overview

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

@since 3.17.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(delete_count : UInt32 | Nil, start : UInt32 | Nil, cells : Array(NotebookCell) | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def cells : Array(NotebookCell) | Nil #

The new cells, if any


[View source]
def delete_count : UInt32 #

[View source]
def start : UInt32 #

The start oftest of the cell that changed.


[View source]