final case class Aladin(target: UndefOr[String] = js.undefined, fov: UndefOr[JsNumber] = js.undefined, survey: UndefOr[String] = js.undefined, cooFrame: UndefOr[CooFrame] = js.undefined, showReticle: UndefOr[Boolean] = js.undefined, showZoomControl: UndefOr[Boolean] = js.undefined, showFullscreenControl: UndefOr[Boolean] = js.undefined, showLayersControl: UndefOr[Boolean] = js.undefined, showGotoControl: UndefOr[Boolean] = js.undefined, showShareControl: UndefOr[Boolean] = js.undefined, showSimbadPointerControl: UndefOr[Boolean] = js.undefined, showFrame: UndefOr[Boolean] = js.undefined, fullScreen: UndefOr[Boolean] = js.undefined, reticleColor: UndefOr[Color] = js.undefined, reticleSize: UndefOr[JsNumber] = js.undefined, imageSurvey: UndefOr[String] = js.undefined, baseImageLayer: UndefOr[String] = js.undefined, customize: UndefOr[(JsAladin) => Unit] = js.undefined) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Aladin
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Aladin(target: UndefOr[String] = js.undefined, fov: UndefOr[JsNumber] = js.undefined, survey: UndefOr[String] = js.undefined, cooFrame: UndefOr[CooFrame] = js.undefined, showReticle: UndefOr[Boolean] = js.undefined, showZoomControl: UndefOr[Boolean] = js.undefined, showFullscreenControl: UndefOr[Boolean] = js.undefined, showLayersControl: UndefOr[Boolean] = js.undefined, showGotoControl: UndefOr[Boolean] = js.undefined, showShareControl: UndefOr[Boolean] = js.undefined, showSimbadPointerControl: UndefOr[Boolean] = js.undefined, showFrame: UndefOr[Boolean] = js.undefined, fullScreen: UndefOr[Boolean] = js.undefined, reticleColor: UndefOr[Color] = js.undefined, reticleSize: UndefOr[JsNumber] = js.undefined, imageSurvey: UndefOr[String] = js.undefined, baseImageLayer: UndefOr[String] = js.undefined, customize: UndefOr[(JsAladin) => Unit] = js.undefined)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val baseImageLayer: UndefOr[String]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. val cooFrame: UndefOr[CooFrame]
  8. val customize: UndefOr[(JsAladin) => Unit]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. val fov: UndefOr[JsNumber]
  12. val fullScreen: UndefOr[Boolean]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. val imageSurvey: UndefOr[String]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. def render: UnmountedWithRoot[Aladin, MountedWithRoot[[A]A, Aladin, State, Backend, Aladin, State], Box[Aladin], MountedWithRoot[[A]A, Box[Aladin], Box[State], Component[Box[Aladin], Box[State]] with Vars[Aladin, State, Backend], Box[Aladin], Box[State]]]
  21. def renderJs: |[|[|[|[|[|[Unit, Null], Boolean], String], |[|[|[|[Byte, Short], Int], Float], Double]], Element], ChildrenArray[|[|[|[|[|[Unit, Null], Boolean], String], |[|[|[|[Byte, Short], Int], Float], Double]], Element]]]
  22. val reticleColor: UndefOr[Color]
  23. val reticleSize: UndefOr[JsNumber]
  24. val showFrame: UndefOr[Boolean]
  25. val showFullscreenControl: UndefOr[Boolean]
  26. val showGotoControl: UndefOr[Boolean]
  27. val showLayersControl: UndefOr[Boolean]
  28. val showReticle: UndefOr[Boolean]
  29. val showShareControl: UndefOr[Boolean]
  30. val showSimbadPointerControl: UndefOr[Boolean]
  31. val showZoomControl: UndefOr[Boolean]
  32. val survey: UndefOr[String]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. val target: UndefOr[String]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped