struct

LSP::NotebookDocumentChangeEvent::Cell

Inherits JSON::Serializable < Struct < Value < Object

Constructors

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

Instance methods

data

Changes to notebook cells properties like its kind, execution summary or metadata.

Source
data=(data : NotebookCell | Nil)

Changes to notebook cells properties like its kind, execution summary or metadata.

Source
structure

Changes to the cell structure to add or remove cells.

Source
structure=(structure : Structure | Nil)

Changes to the cell structure to add or remove cells.

Source
textContent

Changes to the text content of notebook cells.

Source
textContent=(textContent : Array(TextContent))

Changes to the text content of notebook cells.

Source

Nested types