NotebookDocumentSyncRegistrationOptions

Companion:
class
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
object S0
Companion:
class
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
object S1
Companion:
class

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Givens

Inherited givens

Inherited from:
structures_NotebookDocumentSyncRegistrationOptions (hidden)
Inherited from:
structures_NotebookDocumentSyncRegistrationOptions (hidden)