is there an official way to retrieve metadata in J...
# javascript
r
is there an official way to retrieve metadata in JS? for instance, I need
$metadata$.interfaces
s
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
I want the class/interface name of an anonymous
object
. For instance,
MyInterface
in
object: MyInterface{}