Class TouchList

java.lang.Object
react4j.dom.events.TouchList

@JsType(isNative=true, namespace="<global>", name="TouchList") public class TouchList extends Object
Opaque binding for a browser TouchList.

Use Js.uncheckedCast(touches) to convert this value to the touch-list type supplied by the browser JsInterop library used by the application.

  • Constructor Details