Safe Haskell | None |
---|---|
Language | Haskell2010 |
Glazier.React.Action.KeyDownKey
Documentation
data KeyDownKey Source #
Constructors
KeyDownKey EventTarget JSString |
Instances
Generic KeyDownKey Source # | |
Defined in Glazier.React.Action.KeyDownKey Associated Types type Rep KeyDownKey :: * -> * # | |
NFData KeyDownKey Source # | |
Defined in Glazier.React.Action.KeyDownKey Methods rnf :: KeyDownKey -> () # | |
type Rep KeyDownKey Source # | |
Defined in Glazier.React.Action.KeyDownKey type Rep KeyDownKey = D1 (MetaData "KeyDownKey" "Glazier.React.Action.KeyDownKey" "glazier-react-widget-1.0.0.0-6HV9uwI557lI53FjkcrH3T" False) (C1 (MetaCons "KeyDownKey" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 EventTarget) :*: S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 JSString))) |
fireKeyDownKey :: Notice -> MaybeT IO KeyDownKey Source #