static get properties()

in client/src/components/product-item.js [26:32]


  static get properties() {
    return {
      productId: { type: Number },
      productItem: { type: Object },
      updateParent: { type: Function },
    };
  }