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