find()
Returns the first object in the list for which the provided callback returns true.
find(callback: (item: T) => any): T | undefined;
Related
class ObservableList
A data structure that contains an ordered set of observable objects.
Returns the first object in the list for which the provided callback returns true.
find(callback: (item: T) => any): T | undefined;