Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.SpeechSynthesis
Synopsis
- speak :: MonadDOM m => SpeechSynthesis -> SpeechSynthesisUtterance -> m ()
- cancel :: MonadDOM m => SpeechSynthesis -> m ()
- pause :: MonadDOM m => SpeechSynthesis -> m ()
- resume :: MonadDOM m => SpeechSynthesis -> m ()
- getVoices :: MonadDOM m => SpeechSynthesis -> m [SpeechSynthesisVoice]
- getVoices_ :: MonadDOM m => SpeechSynthesis -> m ()
- getPending :: MonadDOM m => SpeechSynthesis -> m Bool
- getSpeaking :: MonadDOM m => SpeechSynthesis -> m Bool
- getPaused :: MonadDOM m => SpeechSynthesis -> m Bool
- newtype SpeechSynthesis = SpeechSynthesis {}
- gTypeSpeechSynthesis :: JSM GType
Documentation
speak :: MonadDOM m => SpeechSynthesis -> SpeechSynthesisUtterance -> m () Source #
cancel :: MonadDOM m => SpeechSynthesis -> m () Source #
pause :: MonadDOM m => SpeechSynthesis -> m () Source #
resume :: MonadDOM m => SpeechSynthesis -> m () Source #
getVoices :: MonadDOM m => SpeechSynthesis -> m [SpeechSynthesisVoice] Source #
getVoices_ :: MonadDOM m => SpeechSynthesis -> m () Source #
getPending :: MonadDOM m => SpeechSynthesis -> m Bool Source #
getSpeaking :: MonadDOM m => SpeechSynthesis -> m Bool Source #
newtype SpeechSynthesis Source #
Functions for this inteface are in JSDOM.SpeechSynthesis.
Constructors
SpeechSynthesis | |
Fields |
Instances
PToJSVal SpeechSynthesis Source # | |
Defined in JSDOM.Types Methods pToJSVal :: SpeechSynthesis -> JSVal # | |
PFromJSVal SpeechSynthesis Source # | |
Defined in JSDOM.Types Methods pFromJSVal :: JSVal -> SpeechSynthesis # | |
ToJSVal SpeechSynthesis Source # | |
Defined in JSDOM.Types | |
FromJSVal SpeechSynthesis Source # | |
Defined in JSDOM.Types Methods fromJSVal :: JSVal -> JSM (Maybe SpeechSynthesis) # fromJSValUnchecked :: JSVal -> JSM SpeechSynthesis # fromJSValListOf :: JSVal -> JSM (Maybe [SpeechSynthesis]) # fromJSValUncheckedListOf :: JSVal -> JSM [SpeechSynthesis] # | |
MakeObject SpeechSynthesis Source # | |
Defined in JSDOM.Types Methods makeObject :: SpeechSynthesis -> JSM Object # | |
IsGObject SpeechSynthesis Source # | |
Defined in JSDOM.Types Methods typeGType :: SpeechSynthesis -> JSM GType |