Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- getCharIndex :: MonadDOM m => SpeechSynthesisEvent -> m Word
- getElapsedTime :: MonadDOM m => SpeechSynthesisEvent -> m Float
- getName :: (MonadDOM m, FromJSString result) => SpeechSynthesisEvent -> m result
- newtype SpeechSynthesisEvent = SpeechSynthesisEvent {}
- gTypeSpeechSynthesisEvent :: JSM GType
Documentation
getCharIndex :: MonadDOM m => SpeechSynthesisEvent -> m Word Source #
getElapsedTime :: MonadDOM m => SpeechSynthesisEvent -> m Float Source #
getName :: (MonadDOM m, FromJSString result) => SpeechSynthesisEvent -> m result Source #
newtype SpeechSynthesisEvent Source #
Functions for this inteface are in JSDOM.SpeechSynthesisEvent. Base interface functions are in:
Instances
PToJSVal SpeechSynthesisEvent Source # | |
Defined in JSDOM.Types pToJSVal :: SpeechSynthesisEvent -> JSVal # | |
PFromJSVal SpeechSynthesisEvent Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> SpeechSynthesisEvent # | |
ToJSVal SpeechSynthesisEvent Source # | |
Defined in JSDOM.Types toJSVal :: SpeechSynthesisEvent -> JSM JSVal # toJSValListOf :: [SpeechSynthesisEvent] -> JSM JSVal # | |
FromJSVal SpeechSynthesisEvent Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe SpeechSynthesisEvent) # fromJSValUnchecked :: JSVal -> JSM SpeechSynthesisEvent # fromJSValListOf :: JSVal -> JSM (Maybe [SpeechSynthesisEvent]) # fromJSValUncheckedListOf :: JSVal -> JSM [SpeechSynthesisEvent] # | |
MakeObject SpeechSynthesisEvent Source # | |
Defined in JSDOM.Types makeObject :: SpeechSynthesisEvent -> JSM Object # | |
IsEvent SpeechSynthesisEvent Source # | |
Defined in JSDOM.Types | |
IsGObject SpeechSynthesisEvent Source # | |
Defined in JSDOM.Types |