@webshop/root - v1.0.0
    Preparing search index...

    Blueprint of a single shoppingitem that appears in a list in the shoppingcart.html\

    Tim Denkers

    Hierarchy

    • HTMLElement
      • CardOverviewShoppingCart
    Index

    Constructors

    Properties

    _debouner: Debouncer = ...
    _game: IGame | null = null
    _price: IPrice | null = null
    _shoppingItem: IShoppingItem | null = null
    _shoppingService: ShoppingCartService = ...

    Accessors

    • set game(game: IGame): void

      Parameters

      Returns void

    • set price(price: IPrice): void

      Parameters

      Returns void

    • set shoppingItem(shoppingItem: IShoppingItem): void

      Sets are used by the list to give the card the data required

      Parameters

      Returns void

      Tim Denkers

    Methods

    • translates data given by IPrice object into an useable string.

      Returns string

      A single string containing currency symbol, followed by the price.

      Tim Denkers

    • Returns void

    • Returns void