struct

LSP::NotebookDocumentChangeEvent

Inherits JSON::Serializable < Struct < Value < Object

A change event for a notebook document.

Constructors

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

Instance methods

cells

Changes to cells

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

Changes to cells

Source
metadata

The changed meta data if any.

Source
metadata=(metadata : JSON::Any | Nil)

The changed meta data if any.

Source

Nested types