Lager - v5.2.0
    Preparing search index...

    Interface representing the properties for the ProductListItem component.

    This interface defines the structure of the props that are passed to the ProductListItem component.

    ProductListItemProps

    interface ProductListItemProps {
        item: Product;
        [key: string]: undefined | object;
    }

    Hierarchy-Diagram

    UML class diagram of ProductListItemProps
    Legend
    icon for a class in the UML class diagram class
    icon for an abstract class in the UML class diagram abstract class
    icon for an interface in the UML class diagram interface
    + public property/method
    # protected property/method
    - private property/method
    underlined static property/method
    italic abstract property/method

    Hierarchy

    • ParamListBase
      • ProductListItemProps

    Indexable

    • [key: string]: undefined | object
    Index

    Properties

    Properties

    item: Product

    The product item to be displayed by the ProductListItem component.