SVGZoomAndPan

JS
1.1
interface SVGZoomAndPan
(source)

Exposes the JavaScript SVGZoomAndPan to Kotlin

Properties

JS
1.1

zoomAndPan

abstract var zoomAndPan: Short

Companion Object Properties

JS
1.1

SVG_ZOOMANDPAN_DISABLE

val SVG_ZOOMANDPAN_DISABLE: Short
JS
1.1

SVG_ZOOMANDPAN_MAGNIFY

val SVG_ZOOMANDPAN_MAGNIFY: Short
JS
1.1

SVG_ZOOMANDPAN_UNKNOWN

val SVG_ZOOMANDPAN_UNKNOWN: Short

Inheritors

JS
1.1

SVGSVGElement

Exposes the JavaScript SVGSVGElement to Kotlin

abstract class SVGSVGElement : 
    SVGGraphicsElement,
    SVGFitToViewBox,
    SVGZoomAndPan,
    WindowEventHandlers
JS
1.1

SVGViewElement

Exposes the JavaScript SVGViewElement to Kotlin

abstract class SVGViewElement : 
    SVGElement,
    SVGFitToViewBox,
    SVGZoomAndPan