Массив TypeScript Object FindIndex
this.someArray.findIndex((x:any)=>{return x.propertyName == 'matchWithThis'});
Envious Earthworm
this.someArray.findIndex((x:any)=>{return x.propertyName == 'matchWithThis'});