Route configuration

    • id: string: The unique id of the route.
    • outlet: string: The outlet name for the route. This is used by the Outlet widget to determine what needs to be rendered.
    • defaultParams: { [index: string]: string } (optional): Associated default parameters ( and query), required if the default route has required params.