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