Array Berbasis Objek FindIndex Angular

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