NotebookDocumentSyncRegistrationOptions

Companion:
class
Source:
structures.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any

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.

Companion:
object
Source:
structures.scala
object S0
Companion:
class
Source:
structures.scala
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.

Companion:
object
Source:
structures.scala
object S1
Companion:
class
Source:
structures.scala

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

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

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala