classJSExportDescendentObjects extends Annotation with StaticAnnotation
Specifies that all the objects extending the annotated class or trait
should be exported for use in raw JS.
Note that objects exported this way are exported under their fully
qualified name.
Specifies that all the objects extending the annotated class or trait should be exported for use in raw JS. Note that objects exported this way are exported under their fully qualified name.
Export Scala.js APIs to JavaScript