Home > hpcc-js > HPCCZoomElement

HPCCZoomElement class

Signature:

export declare class HPCCZoomElement extends HPCCSVGElement 

Extends: HPCCSVGElement

Constructors

Constructor

Modifiers

Description

(constructor)()

Constructs a new instance of the HPCCZoomElement class

Properties

Property

Modifiers

Type

Description

_content

SVGGElement

_zoom

any

content

protected

d3.Selection<SVGGElement, any, any, any>

scale_max

number

The maximum scale extent that can be applied to the content

scale_min

number

The minimum scale extent that can be applied to the content

scale

number

The current scale of the content

svg

protected

d3.Selection<SVGSVGElement, any, any, any>

x

number

The current x-position of the content

y

number

The current y-position of the content

Methods

Method

Modifiers

Description

enter()

update(changes)