struct

LSP::NotebookCellArrayChange

Inherits JSON::Serializable < Struct < Value < Object

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

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

cells

The new cells, if any

Source
cells=(cells : Array(NotebookCell) | Nil)

The new cells, if any

Source
delete_count

The deleted cells

Source
delete_count=(delete_count : UInt32)

The deleted cells

Source
start

The start oftest of the cell that changed.

Source
start=(start : UInt32)

The start oftest of the cell that changed.

Source