emptyProductCardBig property

Map<String, Object> emptyProductCardBig
getter/setter pair

Implementation

var emptyProductCardBig = {
  "id": "titleProductCard",
  "imageUrl":
      "https://static.wixstatic.com/media/a9ff3b_5bc54b597d67423d8022157cef968f7b.jpg/v1/fit/w_1000,h_1000,q_90/file.jpg",
  "productPrice": "300",
  "productDescription":
      "Wooden bedside table featuring a raised design Wooden bedside table featuring a raised design",
  "isBadge": false,
  "badge": {
    "id": "titleBadge",
    "text": "-60%",
    "backgroundColor": "0xffFEE440",
    "textColor": "0xff212121",
    "borderColor": "0xffFEE440",
    "action": {
      "tap": {
        "type": "UIK_OPEN_WEB",
        "data": {"url": "https://www.tesla.com/"}
      }
    }
  },
  "action": {
    "tap": {
      "type": "UIK_OPEN_WEB",
      "data": {"url": "https://www.tesla.com/"}
    }
  }
};