Array Angular FindIndex Basey Basey

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