Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.Animatable
Synopsis
- getAnimations :: (MonadDOM m, IsAnimatable self) => self -> m [Animation]
- getAnimations_ :: (MonadDOM m, IsAnimatable self) => self -> m ()
- newtype Animatable = Animatable {}
- gTypeAnimatable :: JSM GType
- class IsGObject o => IsAnimatable o
- toAnimatable :: IsAnimatable o => o -> Animatable
Documentation
getAnimations :: (MonadDOM m, IsAnimatable self) => self -> m [Animation] Source #
getAnimations_ :: (MonadDOM m, IsAnimatable self) => self -> m () Source #
newtype Animatable Source #
Functions for this inteface are in JSDOM.Animatable.
Constructors
Animatable | |
Fields |
Instances
PToJSVal Animatable Source # | |
Defined in JSDOM.Types Methods pToJSVal :: Animatable -> JSVal # | |
PFromJSVal Animatable Source # | |
Defined in JSDOM.Types Methods pFromJSVal :: JSVal -> Animatable # | |
ToJSVal Animatable Source # | |
Defined in JSDOM.Types | |
FromJSVal Animatable Source # | |
Defined in JSDOM.Types Methods fromJSVal :: JSVal -> JSM (Maybe Animatable) # fromJSValUnchecked :: JSVal -> JSM Animatable # fromJSValListOf :: JSVal -> JSM (Maybe [Animatable]) # fromJSValUncheckedListOf :: JSVal -> JSM [Animatable] # | |
MakeObject Animatable Source # | |
Defined in JSDOM.Types Methods makeObject :: Animatable -> JSM Object # | |
IsAnimatable Animatable Source # | |
Defined in JSDOM.Types | |
IsGObject Animatable Source # | |
Defined in JSDOM.Types Methods typeGType :: Animatable -> JSM GType |
class IsGObject o => IsAnimatable o Source #
Instances
toAnimatable :: IsAnimatable o => o -> Animatable Source #