Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- setReturnValue :: (MonadDOM m, ToJSString val) => BeforeUnloadEvent -> val -> m ()
- getReturnValue :: (MonadDOM m, FromJSString result) => BeforeUnloadEvent -> m result
- newtype BeforeUnloadEvent = BeforeUnloadEvent {}
- gTypeBeforeUnloadEvent :: JSM GType
Documentation
setReturnValue :: (MonadDOM m, ToJSString val) => BeforeUnloadEvent -> val -> m () Source #
getReturnValue :: (MonadDOM m, FromJSString result) => BeforeUnloadEvent -> m result Source #
newtype BeforeUnloadEvent Source #
Functions for this inteface are in JSDOM.BeforeUnloadEvent. Base interface functions are in:
Instances
FromJSVal BeforeUnloadEvent Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe BeforeUnloadEvent) # fromJSValUnchecked :: JSVal -> JSM BeforeUnloadEvent # fromJSValListOf :: JSVal -> JSM (Maybe [BeforeUnloadEvent]) # fromJSValUncheckedListOf :: JSVal -> JSM [BeforeUnloadEvent] # | |
PFromJSVal BeforeUnloadEvent Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> BeforeUnloadEvent # | |
PToJSVal BeforeUnloadEvent Source # | |
Defined in JSDOM.Types pToJSVal :: BeforeUnloadEvent -> JSVal # | |
ToJSVal BeforeUnloadEvent Source # | |
Defined in JSDOM.Types toJSVal :: BeforeUnloadEvent -> JSM JSVal # toJSValListOf :: [BeforeUnloadEvent] -> JSM JSVal # | |
MakeObject BeforeUnloadEvent Source # | |
Defined in JSDOM.Types makeObject :: BeforeUnloadEvent -> JSM Object # | |
IsEvent BeforeUnloadEvent Source # | |
Defined in JSDOM.Types | |
IsGObject BeforeUnloadEvent Source # | |
Defined in JSDOM.Types typeGType :: BeforeUnloadEvent -> JSM GType |