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?