DOM-2.0.0: DOM Level 2 bindings for the WebBits package.Source codeContentsIndex
Data.DOM.MutationEvent
Documentation
initMutationEvent :: (Monad mn, CMutationEvent this, CNode relatedNodeArg) => Expression String -> Expression Bool -> Expression Bool -> Expression relatedNodeArg -> Expression String -> Expression String -> Expression String -> Expression Double -> Expression this -> mn (Expression ())Source
cMODIFICATION
cADDITION
cREMOVAL
get'relatedNode :: (Monad mn, CMutationEvent this, CNode zz) => Expression this -> mn (Expression zz)Source
getm'relatedNode :: (Monad mn, CMutationEvent this) => Expression this -> mn (Expression TNode)Source
get'prevValue :: (Monad mn, CMutationEvent this) => Expression this -> mn (Expression String)Source
getm'prevValue :: (Monad mn, CMutationEvent this) => Expression this -> mn (Expression String)Source
get'newValue :: (Monad mn, CMutationEvent this) => Expression this -> mn (Expression String)Source
getm'newValue :: (Monad mn, CMutationEvent this) => Expression this -> mn (Expression String)Source
get'attrName :: (Monad mn, CMutationEvent this) => Expression this -> mn (Expression String)Source
getm'attrName :: (Monad mn, CMutationEvent this) => Expression this -> mn (Expression String)Source
get'attrChange :: (Monad mn, CMutationEvent this) => Expression this -> mn (Expression Double)Source
getm'attrChange :: (Monad mn, CMutationEvent this) => Expression this -> mn (Expression Double)Source
Produced by Haddock version 2.4.2