interface IRoutingEvent {
    component: typeof RWSViewComponent;
    routeName: string;
}

Properties

Properties

component: typeof RWSViewComponent
routeName: string

Generated using TypeDoc