A list, an item and a position for lists.addItemAtIndex.
lists.addItemAtIndex
Optional
The list to insert into.
undefined Copy
undefined
The item to insert.
The position the item takes, counting from 0; the item there and everything after it shift up by one.
0 Copy
0
Infinity
1
When true, the list is deep-copied first so the input is never changed; when false the item is 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 a position for
lists.addItemAtIndex.