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

Safe HaskellNone
LanguageHaskell2010

JSDOM.Generated.SVGZoomAndPan

Synopsis

Documentation

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

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

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

class IsGObject o => IsSVGZoomAndPan o Source #

Instances
IsSVGZoomAndPan SVGZoomAndPan Source # 
Instance details

Defined in JSDOM.Types

IsSVGZoomAndPan SVGViewElement Source # 
Instance details

Defined in JSDOM.Types

IsSVGZoomAndPan SVGSVGElement Source # 
Instance details

Defined in JSDOM.Types