Target for a click action in the browser.
Always associated with an image. You can get an ImageMap
target from ImageInfo
.
Name | Type | Description |
---|---|---|
imageMapHandle | xsd:string |
Image map handle. |
name | xsd:string |
Image map name. |
region | xsd:string |
Image map coordinates. Format is based on the HTML <area> tag attribute. |
action | xsd:string |
Other attributes to include in the HTML <area> tag, including the href URL. |
shapeType | xsd:boolean |
A RegionShape value. |
position | xsd:string |
Position in the format of the HTML <area> element’s coords attribute. For example: coords ="0,0,84,128" . |
enabled | xsd:boolean |
True if image map is enabled. |
lastModified | xsd:dateTime |
Date and time the image map was last modified. |