View Source GenLSP.Structures.NotebookDocumentChangeEvent (gen_lsp v0.10.0)
A change event for a notebook document.
@since 3.17.0
Link to this section Summary
Functions
Fields
metadata: The changed meta data if any.
Link to this section Types
@type t() :: %GenLSP.Structures.NotebookDocumentChangeEvent{ cells: map() | nil, metadata: GenLSP.TypeAlias.LSPObject.t() | nil }
Link to this section Functions
fields
Fields
metadata: The changed meta data if any.
Note: should always be an object literal (e.g. LSPObject)
cells: Changes to cells