Lager - v5.2.0
    Preparing search index...

    Represents the parameters for the DeliveriesNavigator stack navigator.

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

    DeliveriesNavigatorParams

    interface DeliveriesNavigatorParams {
        ProductItem: { item: Delivery };
        ProductsList: undefined;
        [key: string]: undefined | object;
    }

    Hierarchy-Diagram

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

    Indexable

    • [key: string]: undefined | object
    Index

    Properties

    ProductItem: { item: Delivery }

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

    ProductsList: undefined

    The route parameter for the products list screen.