Structure

langoustine.lsp.structures$.NotebookDocumentChangeEvent$.Cells$.Structure
See theStructure companion object
case class Structure(array: NotebookCellArrayChange, didOpen: Opt[Vector[TextDocumentItem]], didClose: Opt[Vector[TextDocumentIdentifier]])

Attributes

array

The change to the cell array.

didClose

Additional closed cell text documents.

didOpen

Additional opened cell text documents.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product