class mutationEvent : TMutationEvent.t ->
object
.. end
Inherits
method get_attrChange : int
method get_attrName : domString option
method get_newValue : domString option
method get_prevValue : domString option
method get_relatedNode : node option
method initMutationEvent : typeArg:domString ->
canBubbleArg:bool ->
cancelableArg:bool ->
relatedNodeArg:node option ->
prevValueArg:domString option ->
newValueArg:domString option ->
attrNameArg:domString option -> attrChangeArg:int option -> unit
method as_MutationEvent : TMutationEvent.t