A list, an item and an end for lists.addItemFirstLast.
lists.addItemFirstLast
Optional
The list that receives the item.
undefined Copy
undefined
The item that goes at the chosen end.
Whether the item goes at the start (first) or the end (last).
first
last
last Copy
When true, the list is deep-copied first so the input is never changed; when false the item is added 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 an end for
lists.addItemFirstLast.