ghcjs-dom-0.1.1.2: DOM library that supports both GHCJS and WebKitGTK

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.Attr

Documentation

attrGetName :: (IsDOMAttr self, FromJSString result) => self -> IO result Source

attrSetValue :: (IsDOMAttr self, ToJSString val) => self -> val -> IO () Source

attrGetValue :: (IsDOMAttr self, FromJSString result) => self -> IO result Source

attrGetIsId :: IsDOMAttr self => self -> IO Bool Source

class IsNode o => IsDOMAttr o Source

Instances