MCPcopy Create free account
hub / github.com/adobe/react-spectrum / moveAfter

Method moveAfter

packages/react-stately/src/data/useListData.ts:131–131  ·  view source on GitHub ↗

* 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>)

Source from the content-addressed store, hash-verified

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.

Callers 15

onMoveFunction · 0.65
onMoveFunction · 0.65
ReorderableTableFunction · 0.65
onReorderFunction · 0.65
onMoveFunction · 0.65
onReorderFunction · 0.65
TreeDragAndDropExampleFunction · 0.65
SecondTreeFunction · 0.65
onReorderFunction · 0.65
BidirectionalDnDListBoxFunction · 0.65

Calls

no outgoing calls

Tested by 1

onMoveFunction · 0.52