trait ResizeEvent extends Object with InteractEvent

Annotations
@JSType() @native()
Linear Supertypes
InteractEvent, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResizeEvent
  2. InteractEvent
  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 axes: String

    The axes the resizing is constrained to (x/y/xy)

  6. val clientX0: Double

    Client x coordinate of the starting event

    Client x coordinate of the starting event

    Definition Classes
    InteractEvent
  7. val clientY0: Double

    Client y coordinate of the starting event

    Client y coordinate of the starting event

    Definition Classes
    InteractEvent
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. val dx: Double

    Change in coordinates of the mouse/touch

    Change in coordinates of the mouse/touch

    Definition Classes
    InteractEvent
  10. val dy: Double

    Change in coordinates of the mouse/touch

    Change in coordinates of the mouse/touch

    Definition Classes
    InteractEvent
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. val interactable: Element

    The Interactable that is being interacted with

    The Interactable that is being interacted with

    Definition Classes
    InteractEvent
  17. val interaction: Any

    The Interaction that the event belongs to

    The Interaction that the event belongs to

    Definition Classes
    InteractEvent
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  24. val speed: Double

    The speed of the pointer

    The speed of the pointer

    Definition Classes
    InteractEvent
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. val target: Element

    The element that is being interacted with

    The element that is being interacted with

    Definition Classes
    InteractEvent
  27. val timeStamp: Double

    The time of creation of the event object

    The time of creation of the event object

    Definition Classes
    InteractEvent
  28. def toLocaleString(): String
    Definition Classes
    Object
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def valueOf(): Any
    Definition Classes
    Object
  31. val velocityX: Double

    The Velocity of the pointer

    The Velocity of the pointer

    Definition Classes
    InteractEvent
  32. val velocityY: Double

    The Velocity of the pointer

    The Velocity of the pointer

    Definition Classes
    InteractEvent
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. val x0: Double

    Page x coordinate of the starting event

    Page x coordinate of the starting event

    Definition Classes
    InteractEvent
  37. val y0: Double

    Page y coordinate of the starting event

    Page y coordinate of the starting event

    Definition Classes
    InteractEvent

Deprecated Value Members

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

Inherited from InteractEvent

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped