When I try to access the
I looked into whether I should add support for
Am I misunderstanding what PluralValues are supposed to be/do?
all
property of an Effect in Javascript, I get an error:
Code:
> js Effect.get("Mallowed Out").all
Script exception: ASH function returned native Java object.
I looked into whether I should add support for
PluralValue
in ValueConverter.asJava
, but now I'm not sure if that method should even return a PluralValue. Shouldn't it just be an ArrayValue? Am I misunderstanding what PluralValues are supposed to be/do?