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