S1

langoustine.lsp.structures$.NotebookDocumentSyncRegistrationOptions$.S1
See theS1 companion object
case class S1(notebook: Opt[String | NotebookDocumentFilter], cells: 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