View Source GenLSP.Structures.DidSaveNotebookDocumentParams (gen_lsp v0.10.0)
The params sent in a save notebook document notification.
@since 3.17.0
Link to this section Summary
Functions
Fields
- notebook_document: The notebook document that got saved.
Link to this section Types
@type t() :: %GenLSP.Structures.DidSaveNotebookDocumentParams{ notebook_document: GenLSP.Structures.NotebookDocumentIdentifier.t() }
Link to this section Functions
fields
Fields
- notebook_document: The notebook document that got saved.