Filtering Elements in an Effect with an Array
Given an effect that returns:
How can I filter that only elements of the array with specific properties should be further processed?
I tried something into the direction of
But in this case the type of something is
Can one help me out?
How can I filter that only elements of the array with specific properties should be further processed?
I tried something into the direction of
But in this case the type of something is
Can one help me out?
