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