Updated documentation for Y.Array forEach
Reference: https://github.com/y-js/yjs/blob/master/src/types/YArray.js#L186 https://github.com/y-js/yjs/blob/master/src/types/AbstractType.js#L239
This commit is contained in:
parent
36203af88e
commit
f0262ffaae
@ -186,7 +186,7 @@ position 0.
|
||||
<dd></dd>
|
||||
<b><code>length:number</code></b>
|
||||
<dd></dd>
|
||||
<b><code>forEach(function(index:number,value:object|boolean|Array|string|number|Uint8Array|Y.Type))</code></b>
|
||||
<b><code>forEach(function(value:object|boolean|Array|string|number|Uint8Array|Y.Type, index:number, array: Y.Array))</code></b>
|
||||
<dd></dd>
|
||||
<b><code>map(function(T, number, YArray):M):Array<M></code></b>
|
||||
<dd></dd>
|
||||
|
Loading…
x
Reference in New Issue
Block a user