OBJECT

ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerMarketingSpotDataTitleContainerMarketingContentImageMapContainerAreaTypeContainer

Structure containing the clickable area of an image map.

link GraphQL Schema definition

1type ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerMarketingSpotDataTitleContainerMarketingContentImageMapContainerAreaTypeContainer {
2
3# Alternate text for the area.
4alternateText: String
18
5# Coordinates of the area.
6coordinates: String
18
7# Sequence of the area.
8displaySequence: String
18
9# Shape of the area. Three types of shape are supported: "rect" (Rectangle),
10# "circle" (Circle) and "poly" (Polygon).
11shape: String
18
12# Title of the area.
13title: String
18
14# Unique ID of the image map area.
15uniqueID: String
18
16# Click action to be invoked when the area is clicked.
17url: String
19
20}