MCPcopy Index your code
hub / github.com/adobe/react-spectrum / insertAfter

Method insertAfter

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

* Inserts items into the list after the item at the given key. * * @param key - The key of the item to insert after. * @param values - The values to insert.

(key: Key, ...values: T[])

Source from the content-addressed store, hash-verified

78 * @param values - The values to insert.
79 */
80 insertAfter(key: Key, ...values: T[]): void;
81
82 /**
83 * Appends items to the list.

Callers 15

onDropFunction · 0.65
onDropFunction · 0.65
onDropFunction · 0.65
ReorderableTableFunction · 0.65
onInsertFunction · 0.65
onInsertFunction · 0.65
transformerFunction · 0.65
StringLiteralFunction · 0.65
transformerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected