DidCloseNotebookDocumentParams

langoustine.lsp.structures.DidCloseNotebookDocumentParams
See theDidCloseNotebookDocumentParams companion object
case class DidCloseNotebookDocumentParams(notebookDocument: NotebookDocumentIdentifier, cellTextDocuments: Vector[TextDocumentIdentifier])

The params sent in a close notebook document notification.

Value parameters

cellTextDocuments

The text documents that represent the content of a notebook cell that got closed.

notebookDocument

The notebook document that got closed.

Attributes

Since

3.17.0

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