Properties
HClick
HClick
: Handle<function> = new ImageMap.Event.Handle <(region: this, evt: MouseEvent) => void> ()
HDisable
HDisable
: Handle<function> = new ImageMap.Event.Handle <(region: this) => void> ()
HEnable
HEnable
: Handle<function> = new ImageMap.Event.Handle <(region: this) => void> ()
HMouseOver
HMouse
Over: Handle<function> = new ImageMap.Event.Handle <(region: this, evt: MouseEvent) => void> ()
HSelect
HSelect
: Handle<function> = new ImageMap.Event.Handle <(region: this, evt: MouseEvent) => void> ()
HUnselect
HUnselect
: Handle<function> = new ImageMap.Event.Handle <(region: this, evt: MouseEvent) => void> ()
Private clipPath
clipPath: SVGClipPathElement
Private doc
doc: Document
gElement
gElement: SVGGElement
imageElement
imageElement: SVGImageElement
pathElement
pathElement: SVGGraphicsElement
Protected selected
selected: boolean = false
A region is defined in the SVG file.
The regions MUST have a unique id
By default te regions is defined inside a
gelement with id equal to"regions".You can change this query selector with SvgMap.Options.regionsSelectorExample: