Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- setX :: MonadDOM m => SVGPathSegLinetoAbs -> Float -> m ()
- getX :: MonadDOM m => SVGPathSegLinetoAbs -> m Float
- setY :: MonadDOM m => SVGPathSegLinetoAbs -> Float -> m ()
- getY :: MonadDOM m => SVGPathSegLinetoAbs -> m Float
- newtype SVGPathSegLinetoAbs = SVGPathSegLinetoAbs {}
- gTypeSVGPathSegLinetoAbs :: JSM GType
Documentation
newtype SVGPathSegLinetoAbs Source #
Functions for this inteface are in JSDOM.SVGPathSegLinetoAbs. Base interface functions are in:
Instances
PToJSVal SVGPathSegLinetoAbs Source # | |
Defined in JSDOM.Types pToJSVal :: SVGPathSegLinetoAbs -> JSVal # | |
PFromJSVal SVGPathSegLinetoAbs Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> SVGPathSegLinetoAbs # | |
ToJSVal SVGPathSegLinetoAbs Source # | |
Defined in JSDOM.Types toJSVal :: SVGPathSegLinetoAbs -> JSM JSVal # toJSValListOf :: [SVGPathSegLinetoAbs] -> JSM JSVal # | |
FromJSVal SVGPathSegLinetoAbs Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe SVGPathSegLinetoAbs) # fromJSValUnchecked :: JSVal -> JSM SVGPathSegLinetoAbs # fromJSValListOf :: JSVal -> JSM (Maybe [SVGPathSegLinetoAbs]) # fromJSValUncheckedListOf :: JSVal -> JSM [SVGPathSegLinetoAbs] # | |
MakeObject SVGPathSegLinetoAbs Source # | |
Defined in JSDOM.Types makeObject :: SVGPathSegLinetoAbs -> JSM Object # | |
IsSVGPathSeg SVGPathSegLinetoAbs Source # | |
Defined in JSDOM.Types | |
IsGObject SVGPathSegLinetoAbs Source # | |
Defined in JSDOM.Types typeGType :: SVGPathSegLinetoAbs -> JSM GType |