Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- setBaseVal :: MonadDOM m => SVGAnimatedBoolean -> Bool -> m ()
- getBaseVal :: MonadDOM m => SVGAnimatedBoolean -> m Bool
- getAnimVal :: MonadDOM m => SVGAnimatedBoolean -> m Bool
- newtype SVGAnimatedBoolean = SVGAnimatedBoolean {}
- gTypeSVGAnimatedBoolean :: JSM GType
Documentation
setBaseVal :: MonadDOM m => SVGAnimatedBoolean -> Bool -> m () Source #
getBaseVal :: MonadDOM m => SVGAnimatedBoolean -> m Bool Source #
getAnimVal :: MonadDOM m => SVGAnimatedBoolean -> m Bool Source #
newtype SVGAnimatedBoolean Source #
Functions for this inteface are in JSDOM.SVGAnimatedBoolean.
Instances
PToJSVal SVGAnimatedBoolean Source # | |
Defined in JSDOM.Types pToJSVal :: SVGAnimatedBoolean -> JSVal # | |
PFromJSVal SVGAnimatedBoolean Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> SVGAnimatedBoolean # | |
ToJSVal SVGAnimatedBoolean Source # | |
Defined in JSDOM.Types toJSVal :: SVGAnimatedBoolean -> JSM JSVal # toJSValListOf :: [SVGAnimatedBoolean] -> JSM JSVal # | |
FromJSVal SVGAnimatedBoolean Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe SVGAnimatedBoolean) # fromJSValUnchecked :: JSVal -> JSM SVGAnimatedBoolean # fromJSValListOf :: JSVal -> JSM (Maybe [SVGAnimatedBoolean]) # fromJSValUncheckedListOf :: JSVal -> JSM [SVGAnimatedBoolean] # | |
MakeObject SVGAnimatedBoolean Source # | |
Defined in JSDOM.Types makeObject :: SVGAnimatedBoolean -> JSM Object # | |
IsGObject SVGAnimatedBoolean Source # | |
Defined in JSDOM.Types typeGType :: SVGAnimatedBoolean -> JSM GType |