S0

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

Attributes

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.

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