struct

LSP::NotebookDocumentChangeEvent::Cell::Structure

Inherits JSON::Serializable < Struct < Value < Object

Constructors

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

Instance methods

array

The change to the cell array.

Source
array=(array : NotebookCellArrayChange)

The change to the cell array.

Source
did_close

Additional closed cell text documents.

Source
did_close=(did_close : Array(TextDocumentIdentifier) | Nil)

Additional closed cell text documents.

Source
did_open

Additional opened cell text documents.

Source
did_open=(did_open : Array(TextDocumentItem) | Nil)

Additional opened cell text documents.

Source