@JsType(isNative=true,
name="Object",
namespace="<global>")
public class Event
extends Object
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.HTMLElement |
getTarget()
Gets the object that fired the event..
|
String |
getType()
Gets the event type (e.g.
|
@JsProperty public final String getType()
@JsProperty public final elemental2.dom.HTMLElement getTarget()
Copyright © 2018 G-Widgets. All rights reserved.