* Moves one or more items after a given key. * * @param key - The key of the item to move the items after. * @param keys - The keys of the items to move.
(key: Key, keys: Iterable<Key>)
| 129 | * @param keys - The keys of the items to move. |
| 130 | */ |
| 131 | moveAfter(key: Key, keys: Iterable<Key>): void; |
| 132 | |
| 133 | /** |
| 134 | * Updates an item in the list. |
no outgoing calls