miso-0.4.0.0: A tasty Haskell front-end framework

Copyright(C) 2016-2017 David M. Johnson
LicenseBSD3-style (see the file LICENSE)
MaintainerDavid M. Johnson <djohnson.m@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Miso.Svg.Event

Contents

Description

 

Synopsis

Animation event handlers

onBegin :: action -> Attribute action Source #

onBegin event

onEnd :: action -> Attribute action Source #

onEnd event

onRepeat :: action -> Attribute action Source #

onRepeat event

Document event attributes

onAbort :: action -> Attribute action Source #

onAbort event

onError :: action -> Attribute action Source #

onError event

onResize :: action -> Attribute action Source #

onResize event

onScroll :: action -> Attribute action Source #

onScroll event

onLoad :: action -> Attribute action Source #

onLoad event

onUnload :: action -> Attribute action Source #

onUnload event

onZoom :: action -> Attribute action Source #

onZoom event

Graphical Event Attributes

onActivate :: action -> Attribute action Source #

onActivate event

onFocusIn :: action -> Attribute action Source #

onFocusIn event

onFocusOut :: action -> Attribute action Source #

onFocusOut event

onMouseDown :: action -> Attribute action Source #

onMouseDown event

onMouseMove :: action -> Attribute action Source #

onMouseMove event

onMouseOut :: action -> Attribute action Source #

onMouseOut event

onMouseOver :: action -> Attribute action Source #

onMouseOver event

onMouseUp :: action -> Attribute action Source #

onMouseUp event