Lager - v5.2.0
    Preparing search index...

    Represents the parameters for the ProductsNavigator stack navigator.

    This interface defines the structure of the route parameters used in the products navigator.

    ProductsNavigatorParams

    interface ProductsNavigatorParams {
        ProductItem: { item: Product };
        ProductsList: undefined;
        [key: string]: undefined | object;
    }

    Hierarchy-Diagram

    UML class diagram of ProductsNavigatorParams
    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
      • ProductsNavigatorParams

    Indexable

    • [key: string]: undefined | object
    Index

    Properties

    ProductItem: { item: Product }

    The route parameter for the product item screen, containing a product item.

    ProductsList: undefined

    The route parameter for the products list screen.