S0

langoustine.lsp.structures.NotebookDocumentSyncRegistrationOptions.S0
See theS0 companion object
case class S0(notebook: String | NotebookDocumentFilter, cells: Opt[Vector[S0]])

Value parameters

cells

The cells of the matching notebook to be synced.

notebook

The notebook to be synced If a string value is provided it matches against the notebook type. '*' matches every notebook.

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