Safe Haskell | None |
---|---|
Language | Haskell2010 |
- getStyle :: (MonadDOM m, IsElementCSSInlineStyle self) => self -> m CSSStyleDeclaration
- newtype ElementCSSInlineStyle = ElementCSSInlineStyle {}
- gTypeElementCSSInlineStyle :: JSM GType
- class IsGObject o => IsElementCSSInlineStyle o
- toElementCSSInlineStyle :: IsElementCSSInlineStyle o => o -> ElementCSSInlineStyle
Documentation
getStyle :: (MonadDOM m, IsElementCSSInlineStyle self) => self -> m CSSStyleDeclaration Source #
newtype ElementCSSInlineStyle Source #
Functions for this inteface are in JSDOM.ElementCSSInlineStyle.
class IsGObject o => IsElementCSSInlineStyle o Source #