Components Interactions Examples Tutorials API FAQ
Options
Menu

Module Interactions

Index

Type aliases

PanCallback

PanCallback: function

Type declaration

    • (): void
    • Returns void

ZoomCallback

ZoomCallback: function

Type declaration

    • (): void
    • Returns void

Functions

zoomAt

  • zoomAt(value: number, zoom: number, center: number): number
  • Performs a zoom transformation of the value argument scaled by the zoom argument about the point defined by the center argument.

    Parameters

    • value: number
    • zoom: number
    • center: number

    Returns number

Generated using TypeDoc