Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.SVGAnimatedLengthList
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.
Constructors
SVGAnimatedLengthList | |
Fields |
Instances
PToJSVal SVGAnimatedLengthList Source # | |
Defined in JSDOM.Types Methods pToJSVal :: SVGAnimatedLengthList -> JSVal # | |
PFromJSVal SVGAnimatedLengthList Source # | |
Defined in JSDOM.Types Methods | |
ToJSVal SVGAnimatedLengthList Source # | |
Defined in JSDOM.Types Methods toJSVal :: SVGAnimatedLengthList -> JSM JSVal # toJSValListOf :: [SVGAnimatedLengthList] -> JSM JSVal # | |
FromJSVal SVGAnimatedLengthList Source # | |
Defined in JSDOM.Types Methods fromJSVal :: JSVal -> JSM (Maybe SVGAnimatedLengthList) # fromJSValUnchecked :: JSVal -> JSM SVGAnimatedLengthList # fromJSValListOf :: JSVal -> JSM (Maybe [SVGAnimatedLengthList]) # fromJSValUncheckedListOf :: JSVal -> JSM [SVGAnimatedLengthList] # | |
MakeObject SVGAnimatedLengthList Source # | |
Defined in JSDOM.Types Methods | |
IsGObject SVGAnimatedLengthList Source # | |
Defined in JSDOM.Types Methods |