Tableau de type d'objet FindIndex

this.someArray.findIndex((x:any)=>{return x.propertyName == 'matchWithThis'});
Envious Earthworm