Join Slack
Powered by
is there an official way to retrieve metadata in J...
# javascript
r
robstoll
10/25/2018, 10:17 AM
is there an official way to retrieve metadata in JS? for instance, I need
$metadata$.interfaces
s
Svyatoslav Kuzmich [JB]
10/25/2018, 10:55 AM
I would treat metadata as implementation detail and try to avoid relying on it if possible. Why do you need
$metadata$.interfaces
in JS code?
r
robstoll
10/25/2018, 11:29 AM
I want the class/interface name of an anonymous
object
. For instance,
MyInterface
in
object: MyInterface{}
5
Views
Open in Slack
Previous
Next