Packages

trait PropsInit extends Object with PropsBase

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

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