diff --git a/classes/json_crdt.ArrApi.html b/classes/json_crdt.ArrApi.html index da1ca8627e..d4774b9d56 100644 --- a/classes/json_crdt.ArrApi.html +++ b/classes/json_crdt.ArrApi.html @@ -1,7 +1,7 @@
Readonly
apiReturns the API object of the extension if the node is an extension node.
When the ext
parameter is provided, it checks if the node is an instance
of the given extension and returns the object's TypeScript type. Otherwise,
it returns the API object of the extension, but without any type checking.
API of the extension
-Deletes 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.
+
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.