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

    Interface IWebRouterInitProps<APP_STATE>

    Props passed to initialize when mounting a router.

    interface IWebRouterInitProps<APP_STATE> {
        appState: APP_STATE;
    }

    Type Parameters

    • APP_STATE
    Index

    Properties

    Properties

    appState: APP_STATE

    The application-level state provided by the parent web service.