NotebookDocumentSyncRegistrationOptions

langoustine.lsp.structures.NotebookDocumentSyncRegistrationOptions

Attributes

Companion
class
Source
structures.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object S0

Attributes

Companion
class
Source
structures.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
S0.type
case class S1(notebook: Opt[String | NotebookDocumentFilter], cells: 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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object S1

Attributes

Companion
class
Source
structures.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
S1.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Givens

Inherited givens

Attributes

Inherited from:
structures_NotebookDocumentSyncRegistrationOptionsCodec (hidden)
Source
codecs.scala

Attributes

Inherited from:
structures_NotebookDocumentSyncRegistrationOptionsCodec (hidden)
Source
codecs.scala