View Source GenLSP.Structures.NotebookDocumentSyncRegistrationOptions (gen_lsp v0.8.1)

Registration options specific to a notebook.

@since 3.17.0

Link to this section Summary

Functions

Fields

  • id: The id used to register the request. The id can be used to deregister the request again. See also Registration#id.
  • notebook_selector: The notebooks to be synced
  • save: Whether save notification should be forwarded to the server. Will only be honored if mode === notebook.

Link to this section Types

@type t() :: %GenLSP.Structures.NotebookDocumentSyncRegistrationOptions{
  id: String.t() | nil,
  notebook_selector: [map() | map()],
  save: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.NotebookDocumentSyncRegistrationOptions{}

View Source (struct)

fields

Fields

  • id: The id used to register the request. The id can be used to deregister the request again. See also Registration#id.
  • notebook_selector: The notebooks to be synced
  • save: Whether save notification should be forwarded to the server. Will only be honored if mode === notebook.