@swizzyweb/swizzy-web-service
    Preparing search index...

    Interface IWebControllerInitProps<ROUTER_STATE>

    Protperties pass to intiailize the controller.

    interface IWebControllerInitProps<ROUTER_STATE> {
        routerState: ROUTER_STATE;
    }

    Type Parameters

    • ROUTER_STATE
    Index

    Properties

    Properties

    routerState: ROUTER_STATE

    Parent router state.