LSProtocol::NotebookCellArrayChange
Inherits JSON::Serializable / Reference / Object
A change describing how to move a NotebookCell
array from state S to S'.
@since 3.17.0
Constructors
new(delete_count : UInt32 | Nil, start : UInt32 | Nil, cells : Array(NotebookCell) | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source