DidOpenNotebookDocumentParams

langoustine.lsp.structures$.DidOpenNotebookDocumentParams
See theDidOpenNotebookDocumentParams companion object
case class DidOpenNotebookDocumentParams(notebookDocument: NotebookDocument, cellTextDocuments: Vector[TextDocumentItem])

The params sent in an open notebook document notification.

Attributes

cellTextDocuments

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

notebookDocument

The notebook document that got opened.

Since:

3.17.0

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