Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.SVGPathSegLinetoVerticalRel
Synopsis
- setY :: MonadDOM m => SVGPathSegLinetoVerticalRel -> Float -> m ()
- getY :: MonadDOM m => SVGPathSegLinetoVerticalRel -> m Float
- newtype SVGPathSegLinetoVerticalRel = SVGPathSegLinetoVerticalRel {}
- gTypeSVGPathSegLinetoVerticalRel :: JSM GType
Documentation
newtype SVGPathSegLinetoVerticalRel Source #
Functions for this inteface are in JSDOM.SVGPathSegLinetoVerticalRel. Base interface functions are in:
Constructors
SVGPathSegLinetoVerticalRel | |
Fields |
Instances
PToJSVal SVGPathSegLinetoVerticalRel Source # | |
Defined in JSDOM.Types Methods | |
PFromJSVal SVGPathSegLinetoVerticalRel Source # | |
Defined in JSDOM.Types Methods | |
ToJSVal SVGPathSegLinetoVerticalRel Source # | |
Defined in JSDOM.Types Methods toJSVal :: SVGPathSegLinetoVerticalRel -> JSM JSVal # toJSValListOf :: [SVGPathSegLinetoVerticalRel] -> JSM JSVal # | |
FromJSVal SVGPathSegLinetoVerticalRel Source # | |
Defined in JSDOM.Types Methods fromJSVal :: JSVal -> JSM (Maybe SVGPathSegLinetoVerticalRel) # fromJSValUnchecked :: JSVal -> JSM SVGPathSegLinetoVerticalRel # fromJSValListOf :: JSVal -> JSM (Maybe [SVGPathSegLinetoVerticalRel]) # fromJSValUncheckedListOf :: JSVal -> JSM [SVGPathSegLinetoVerticalRel] # | |
MakeObject SVGPathSegLinetoVerticalRel Source # | |
Defined in JSDOM.Types Methods | |
IsSVGPathSeg SVGPathSegLinetoVerticalRel Source # | |
Defined in JSDOM.Types | |
IsGObject SVGPathSegLinetoVerticalRel Source # | |
Defined in JSDOM.Types Methods |