Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
attrGetName :: (IsDOMAttr self, FromJSString result) => self -> IO result Source
attrGetSpecified :: IsDOMAttr self => self -> IO Bool 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
castToDOMAttr :: GObjectClass obj => obj -> DOMAttr Source