Structure

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

Value parameters

array

The change to the cell array.

didClose

Additional closed cell text documents.

didOpen

Additional opened cell text documents.

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product