Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
HighchartsSelectionEvent
Interface HighchartsSelectionEvent
Hierarchy
Event
HighchartsSelectionEvent
Index
Properties
AT_TARGET
BUBBLING_PHASE
CAPTURING_PHASE
bubbles
cancelBubble
cancelable
currentTarget
defaultPrevented
eventPhase
isTrusted
srcElement
target
timeStamp
type
xAxis
yAxis
Methods
initEvent
preventDefault
stopImmediatePropagation
stopPropagation
Properties
public
AT_TARGET
:
number
public
BUBBLING_PHASE
:
number
public
CAPTURING_PHASE
:
number
public
bubbles
:
boolean
public
cancelBubble
:
boolean
public
cancelable
:
boolean
public
currentTarget
:
EventTarget
public
defaultPrevented
:
boolean
public
eventPhase
:
number
public
isTrusted
:
boolean
public
srcElement
:
Element
public
target
:
EventTarget
public
timeStamp
:
number
public
type
:
string
public
xAxis
:
HighchartsAxisOptions
[]
public
yAxis
:
HighchartsAxisOptions
[]
Methods
public
initEvent
(
eventTypeArg
:
string
, canBubbleArg
:
boolean
, cancelableArg
:
boolean
)
Parameters
eventTypeArg:
string
canBubbleArg:
boolean
cancelableArg:
boolean
public
preventDefault
(
)
public
stopImmediatePropagation
(
)
public
stopPropagation
(
)
Globals
jquery