NotebookDocumentSyncRegistrationOptions

langoustine.lsp.structures.NotebookDocumentSyncRegistrationOptions
See theNotebookDocumentSyncRegistrationOptions companion object
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.

Attributes

Since

3.17.0

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product