Structure

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.

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product