Packages

trait PropsBase extends Object

Annotations
@JSType()
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropsBase
  2. Object
  3. Any
  4. AnyRef
  5. 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]
    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]
    Annotations
    @JSOptional()
  8. val debug: UndefOr[Boolean]
    Annotations
    @JSOptional()
  9. val divId: UndefOr[String]
    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]]
    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]
    Annotations
    @JSOptional()
  19. val layout: UndefOr[Layout]
    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]]
    Annotations
    @JSOptional()
  24. val onAfterPlot: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  25. val onAnimated: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  26. val onAnimationInterrupted: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  27. val onAutoSize: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  28. val onBeforeExport: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  29. val onDeselect: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  30. val onDoubleClick: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  31. val onError: UndefOr[Function1[Error, Unit]]
    Annotations
    @JSOptional()
  32. val onFramework: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  33. val onInitialized: UndefOr[CallbackFn]
    Annotations
    @JSOptional()
  34. val onRedraw: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  35. val onTransitionInterrupted: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  36. val onTransitioning: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  37. val onUpdate: UndefOr[CallbackFn]
    Annotations
    @JSOptional()
  38. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  39. val revision: UndefOr[Int]
    Annotations
    @JSOptional()
  40. val style: UndefOr[StyleAttr]
    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]
    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 Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped