Angular FindIndex на основе объектов массив

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