Home > hpcc-js > HPCCZoomElement

HPCCZoomElement class

Signature:

export declare class HPCCZoomElement extends HPCCSVGElement 

Extends: HPCCSVGElement

Constructors

ConstructorModifiersDescription
(constructor)()Constructs a new instance of the HPCCZoomElement class

Properties

PropertyModifiersTypeDescription
_contentSVGGElement
_zoomany
contentprotectedd3.Selection<SVGGElement, any, any, any>
scale_maxnumberThe maximum scale extent that can be applied to the content
scale_minnumberThe minimum scale extent that can be applied to the content
scalenumberThe current scale of the content
svgprotectedd3.Selection<SVGSVGElement, any, any, any>
xnumberThe current x-position of the content
ynumberThe current y-position of the content

Methods

MethodModifiersDescription
enter()
update(changes)