Docs (4.0.0)
class ManagedList method

indexOf

Returns the index position (0-based) of the specified object in this list.

indexOf(target: T): number

Notes

  • If the object isn’t found in the list, this method returns -1.

Related