Join Slack
Powered by
I also use this when I have a `dynamic` property w...
# javascript
r
Robert Jaros
08/19/2020, 1:03 PM
I also use this when I have a
dynamic
property which I know is a constructor and should be used with
new
. Any other way to force
new
in generated JS?
t
turansky
08/19/2020, 4:16 PM
You can cast dynamic to
JsClass
and call
newInstance()
method
🙏 1
Open in Slack
Previous
Next