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. val className: UndefOr[String]
    Annotations
    @JSOptional()
  2. val config: UndefOr[Config]
    Annotations
    @JSOptional()
  3. val debug: UndefOr[Boolean]
    Annotations
    @JSOptional()
  4. val divId: UndefOr[String]
    Annotations
    @JSOptional()
  5. val frames: UndefOr[Array[Frame]]
    Annotations
    @JSOptional()
  6. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  7. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  8. val key: UndefOr[String]
    Annotations
    @JSOptional()
  9. val layout: UndefOr[Layout]
    Annotations
    @JSOptional()
  10. val onAfterExport: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  11. val onAfterPlot: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  12. val onAnimated: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  13. val onAnimationInterrupted: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  14. val onAutoSize: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  15. val onBeforeExport: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  16. val onDeselect: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  17. val onDoubleClick: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  18. val onError: UndefOr[Function1[Error, Unit]]
    Annotations
    @JSOptional()
  19. val onFramework: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  20. val onInitialized: UndefOr[CallbackFn]
    Annotations
    @JSOptional()
  21. val onRedraw: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  22. val onTransitionInterrupted: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  23. val onTransitioning: UndefOr[Function0[Unit]]
    Annotations
    @JSOptional()
  24. val onUpdate: UndefOr[CallbackFn]
    Annotations
    @JSOptional()
  25. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  26. val revision: UndefOr[Int]
    Annotations
    @JSOptional()
  27. val style: UndefOr[StyleAttr]
    Annotations
    @JSOptional()
  28. def toLocaleString(): String
    Definition Classes
    Object
  29. val useResizeHandler: UndefOr[Boolean]
    Annotations
    @JSOptional()
  30. def valueOf(): Any
    Definition Classes
    Object