Lager - v5.2.0
    Preparing search index...

    Interface for route parameters, extending from ParamListBase.

    interface RouteParams {
        params?: { item?: undefined; reload?: boolean };
        [key: string]: undefined | object;
    }

    Hierarchy-Diagram

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

    Indexable

    • [key: string]: undefined | object
    Index

    Properties

    Properties

    params?: { item?: undefined; reload?: boolean }

    Optional parameters for the route.