Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
IMeteorEvent
Interface IMeteorEvent
Index
Properties
currentTarget
target
type
which
Methods
isDefaultPrevented
isImmediatePropogationStopped
isPropogationStopped
preventDefault
stopImmediatePropogation
stopPropogation
Properties
optional
public
currentTarget
?:
Element
optional
public
target
?:
Element
optional
public
type
?:
Value
optional
public
which
?:
number
Methods
public
isDefaultPrevented
(
)
:
boolean
Returns
boolean
public
isImmediatePropogationStopped
(
)
:
boolean
Returns
boolean
public
isPropogationStopped
(
)
:
boolean
Returns
boolean
public
preventDefault
(
)
public
stopImmediatePropogation
(
)
public
stopPropogation
(
)
Globals
MeteorEventType