MutationEvent

MutationEvent

package js-html

extends Event

Available on js

Provides event properties that are specific to modifications to the Document Object Model (DOM) hierarchy and nodes.

Documentation MutationEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only attrChange:Int

read only attrName:String

read only newValue:String

read only prevValue:String

read only relatedNode:Node

Methods

initMutationEvent (type:String, canBubble:Bool, cancelable:Bool, relatedNode:Node, prevValue:String, newValue:String, attrName:String, attrChange:Int):Void

Throws:

null DOMError

Static variables

static inline read only ADDITION:Int = 2

static inline read only MODIFICATION:Int = 1

static inline read only REMOVAL:Int = 3

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/MutationEvent.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部