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