Packages

trait Props extends Object with PropsBase

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. PropsBase
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val data: Array[Trace]

Concrete 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 className: UndefOr[String]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val config: UndefOr[Config]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  8. val debug: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  9. val divId: UndefOr[String]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. val frames: UndefOr[Array[Frame]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  18. val key: UndefOr[String]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  19. val layout: UndefOr[Layout]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val onAfterExport: UndefOr[Function0[Unit]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  24. val onAfterPlot: UndefOr[Function0[Unit]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  25. val onAnimated: UndefOr[Function0[Unit]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  26. val onAnimationInterrupted: UndefOr[Function0[Unit]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  27. val onAutoSize: UndefOr[Function0[Unit]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  28. val onBeforeExport: UndefOr[Function0[Unit]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  29. val onDeselect: UndefOr[Function0[Unit]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  30. val onDoubleClick: UndefOr[Function0[Unit]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  31. val onError: UndefOr[Function1[Error, Unit]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  32. val onFramework: UndefOr[Function0[Unit]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  33. val onInitialized: UndefOr[CallbackFn]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  34. val onRedraw: UndefOr[Function0[Unit]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  35. val onTransitionInterrupted: UndefOr[Function0[Unit]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  36. val onTransitioning: UndefOr[Function0[Unit]]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  37. val onUpdate: UndefOr[CallbackFn]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  38. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  39. val revision: UndefOr[Int]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  40. val style: UndefOr[StyleAttr]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toLocaleString(): String
    Definition Classes
    Object
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. val useResizeHandler: UndefOr[Boolean]
    Definition Classes
    PropsBase
    Annotations
    @JSOptional()
  45. def valueOf(): Any
    Definition Classes
    Object
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from PropsBase

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped