array naskah objek findIndex

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