A list, an item and several positions for lists.addItemAtIndexes.
lists.addItemAtIndexes
Optional
The list to insert into.
undefined Copy
undefined
The item to insert at every position.
The positions, counted on the list as it was before any insertion; positions outside the list are ignored.
[0] Copy
[0]
When true, the list is deep-copied first so the input is never changed; when false the items are inserted in place.
true Copy
true
Namespace: Bit › Inputs › Lists
Other symbols in Inputs.Lists:
API reference home · Full symbol index · Tutorials and guides · Platform
A list, an item and several positions for
lists.addItemAtIndexes.