Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScaleGestureEventInit<D, T>

Type parameters

  • D

  • T

Hierarchy

  • CustomEventInit
    • ScaleGestureEventInit

Index

Properties

Optional bubbles

bubbles: undefined | false | true

Optional cancelable

cancelable: undefined | false | true

Optional composed

composed: undefined | false | true

Optional detail

detail: T

gesture

gesture: ScaleGesture<D>

multitouch

multitouch: Multitouch

ruler

ruler: View

scale

scale: ContinuousScale<D, number>