getIndexFromUniqueId
Looks up the index of a record by its unique id.
Usage
ds.getIndexFromUniqueId(id);API
getIndexFromUniqueId(id: T[keyof T]): number | null;Last updated
Was this helpful?
Looks up the index of a record by its unique id.
ds.getIndexFromUniqueId(id);getIndexFromUniqueId(id: T[keyof T]): number | null;Last updated
Was this helpful?
Was this helpful?