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

A change describing how to move a NotebookCell array from state S to S'.

@since 3.17.0

Link to this section Summary

Functions

Fields

  • start: The start oftest of the cell that changed.
  • delete_count: The deleted cells
  • cells: The new cells, if any

Link to this section Types

@type t() :: %GenLSP.Structures.NotebookCellArrayChange{
  cells: [GenLSP.Structures.NotebookCell.t()] | nil,
  delete_count: GenLSP.BaseTypes.uinteger(),
  start: GenLSP.BaseTypes.uinteger()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.NotebookCellArrayChange{}

View Source (struct)

fields

Fields

  • start: The start oftest of the cell that changed.
  • delete_count: The deleted cells
  • cells: The new cells, if any