realue • Docs
realue / itemIdDefault
itemIdDefault<
T
>(index
,item
):string
Default function used by useArray
for defining the unique identifier of an item.
• T
• index: number
Array index of the item.
• item: T
Value of the item.
string
A unique identifier string for this item.