Interface Route

@description: A route

Export

Route

Member

path - the path of the route

Member

component - the component to render (instance of WebzComponent)

interface Route {
    component: WebzComponent;
    path: string;
}

Properties

Properties

component: WebzComponent
path: string

Generated using TypeDoc