Props of the RouteOutlet component.

interface RouteOutletProps {
    controller: RouteController<any, any, any>;
}

Properties

Properties

controller: RouteController<any, any, any>

The controller rendered by an outlet.