diff --git a/classes/json_crdt.ArrApi.html b/classes/json_crdt.ArrApi.html index 4686bd6f7e..6b0da412e6 100644 --- a/classes/json_crdt.ArrApi.html +++ b/classes/json_crdt.ArrApi.html @@ -1,7 +1,7 @@
Readonly
apiDeletes a range of elements at a given position.
+Find a child node at the given path starting from this node.
+Get API instance of a child node.
+Find a child node at the given path starting from this node and wrap it in +
Inserts elements at a given position.
+Inserts elements at a given position.
Position at which to insert elements.
JSON/CBOR values or IDs of the values to insert.
Reference to itself.
-Get the length of the array without materializing it to a view.
+Returns a proxy object that allows to access array elements by index.
+Generated using TypeDoc
Generated using TypeDoc
Local changes API for the
-arr
JSON CRDT node ArrNode. This API allows to insert and delete elements in the array by referencing their local index.