Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newOverflowEvent :: (MonadDOM m, ToJSString type') => type' -> Maybe OverflowEventInit -> m OverflowEvent
- pattern HORIZONTAL :: forall a. (Eq a, Num a) => a
- pattern VERTICAL :: forall a. (Eq a, Num a) => a
- pattern BOTH :: forall a. (Eq a, Num a) => a
- getOrient :: MonadDOM m => OverflowEvent -> m Word
- getHorizontalOverflow :: MonadDOM m => OverflowEvent -> m Bool
- getVerticalOverflow :: MonadDOM m => OverflowEvent -> m Bool
- newtype OverflowEvent = OverflowEvent {}
- gTypeOverflowEvent :: JSM GType
Documentation
newOverflowEvent :: (MonadDOM m, ToJSString type') => type' -> Maybe OverflowEventInit -> m OverflowEvent Source #
pattern HORIZONTAL :: forall a. (Eq a, Num a) => a Source #
getHorizontalOverflow :: MonadDOM m => OverflowEvent -> m Bool Source #
getVerticalOverflow :: MonadDOM m => OverflowEvent -> m Bool Source #
newtype OverflowEvent Source #
Functions for this inteface are in JSDOM.OverflowEvent. Base interface functions are in:
Instances
PToJSVal OverflowEvent Source # | |
Defined in JSDOM.Types pToJSVal :: OverflowEvent -> JSVal # | |
PFromJSVal OverflowEvent Source # | |
Defined in JSDOM.Types pFromJSVal :: JSVal -> OverflowEvent # | |
ToJSVal OverflowEvent Source # | |
Defined in JSDOM.Types toJSVal :: OverflowEvent -> JSM JSVal # toJSValListOf :: [OverflowEvent] -> JSM JSVal # | |
FromJSVal OverflowEvent Source # | |
Defined in JSDOM.Types fromJSVal :: JSVal -> JSM (Maybe OverflowEvent) # fromJSValUnchecked :: JSVal -> JSM OverflowEvent # fromJSValListOf :: JSVal -> JSM (Maybe [OverflowEvent]) # fromJSValUncheckedListOf :: JSVal -> JSM [OverflowEvent] # | |
MakeObject OverflowEvent Source # | |
Defined in JSDOM.Types makeObject :: OverflowEvent -> JSM Object # | |
IsEvent OverflowEvent Source # | |
Defined in JSDOM.Types | |
IsGObject OverflowEvent Source # | |
Defined in JSDOM.Types typeGType :: OverflowEvent -> JSM GType |