jsaddle-dom-0.9.4.1: DOM library that uses jsaddle to support both GHCJS and GHC

Safe HaskellNone
LanguageHaskell2010

JSDOM.Generated.OverflowEvent

Synopsis

Documentation

pattern HORIZONTAL :: forall a. (Eq a, Num a) => a Source #

pattern VERTICAL :: forall a. (Eq a, Num a) => a Source #

pattern BOTH :: forall a. (Eq a, Num a) => a Source #

newtype OverflowEvent Source #

Functions for this inteface are in JSDOM.OverflowEvent. Base interface functions are in:

Mozilla OverflowEvent documentation

Constructors

OverflowEvent