scala.scalajs.js

annotation

package annotation

Visibility
  1. Public
  2. All

Type Members

  1. class JSBracketAccess extends Annotation with StaticAnnotation

    Marks the target method as representing bracket access in JavaScript.

  2. class JSExport extends Annotation with StaticAnnotation

    Specifies that the given entity should be exported for use in raw JS

  3. class JSExportDescendentObjects extends Annotation with StaticAnnotation

    Specifies that all the objects extending the annotated class or trait should be exported for use in raw JS.

  4. class JSName extends Annotation with StaticAnnotation

    Specifies the JavaScript name of an entity.

  5. class RawJSType extends Annotation with StaticAnnotation

    Marks the targeted class as raw javascript type

Ungrouped