NotebookDocumentSyncRegistrationOptions

case class NotebookDocumentSyncRegistrationOptions(notebookSelector: Vector[S0 | S1], save: Opt[Boolean], id: Opt[String])

Registration options specific to a notebook.

Value parameters:
id

The id used to register the request. The id can be used to deregister the request again. See also Registration#id.

notebookSelector

The notebooks to be synced

save

Whether save notification should be forwarded to the server. Will only be honored if mode === notebook.

Since:

3.17.0

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product