Developing Secure Code
Testing Components
fire()
getEventType()
getName()
getParam()
getParams()
getPhase()
getSource()
getSourceEvent()
getType()
pause()
preventDefault()
resume()
setParam()
setParams()
stopPropagation()
Previous PDF Versions
Returns the value of an event’s parameter.
getParam(String name)
name
Type: String
The parameter name. For example, event.getParam("button") returns the value of the pressed mouse button (0, 1, or 2).
Type: Object The parameter value.