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

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

Link to this function

%GenLSP.Structures.NotebookDocumentChangeEvent{}

View Source (struct)

fields

Fields

  • metadata: The changed meta data if any.

    Note: should always be an object literal (e.g. LSPObject)

  • cells: Changes to cells