GI.WebKit2WebExtension.Objects.DOMEvent

Exported types

data DOMEvent

class IsDOMEvent o

toDOMEvent

noDOMEvent

Methods

getBubbles

dOMEventGetBubbles

getCancelBubble

dOMEventGetCancelBubble

getCancelable

dOMEventGetCancelable

getCurrentTarget

dOMEventGetCurrentTarget

getEventPhase

dOMEventGetEventPhase

getEventType

dOMEventGetEventType

getReturnValue

dOMEventGetReturnValue

getSrcElement

dOMEventGetSrcElement

getTarget

dOMEventGetTarget

getTimeStamp

dOMEventGetTimeStamp

initEvent

dOMEventInitEvent

preventDefault

dOMEventPreventDefault

setCancelBubble

dOMEventSetCancelBubble

setReturnValue

dOMEventSetReturnValue

stopPropagation

dOMEventStopPropagation

Properties

bubbles

getDOMEventBubbles

cancelBubble

constructDOMEventCancelBubble

getDOMEventCancelBubble

setDOMEventCancelBubble

cancelable

getDOMEventCancelable

currentTarget

getDOMEventCurrentTarget

eventPhase

getDOMEventEventPhase

returnValue

constructDOMEventReturnValue

getDOMEventReturnValue

setDOMEventReturnValue

srcElement

getDOMEventSrcElement

target

getDOMEventTarget

timeStamp

getDOMEventTimeStamp

type

getDOMEventType