NotebookDocumentSyncRegistrationOptions

langoustine.lsp.structures$.NotebookDocumentSyncRegistrationOptions
case class NotebookDocumentSyncRegistrationOptions(notebookSelector: Vector[S0 | S1], save: Opt[Boolean], id: Opt[String])

Registration options specific to a notebook.

Attributes

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product