Registration options specific to a notebook.

Available since

3.17.0

.

Fields

@:optionaloptionalsave:Null<Bool>

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

notebookSelector:Array<{notebook:Null<EitherType<String, NotebookDocumentFilter>>, cells:Null<Array<{language:String}>>}>

The notebooks to be synced

@:optionaloptionalid:Null<String>

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