hAPIboo API reference
    Preparing search index...

    Interface IRoutingItem

    interface IRoutingItem {
        children: IRoutingItem[];
        mount: string;
        router: Router;
    }
    Index

    Properties

    Properties

    children: IRoutingItem[]
    mount: string
    router: Router