@swizzyweb/swizzy-web-service
Preparing search index...
UninstallWebServiceRouterProps
Interface UninstallWebServiceRouterProps<APP_STATE, ROUTER_STATE>
Props for uninstalling a router from the web service.
interface
UninstallWebServiceRouterProps
<
APP_STATE
,
ROUTER_STATE
>
{
router
:
IWebRouter
<
APP_STATE
,
ROUTER_STATE
>
;
}
Type Parameters
APP_STATE
ROUTER_STATE
Index
Properties
router
Properties
router
router
:
IWebRouter
<
APP_STATE
,
ROUTER_STATE
>
The web router to uninstall.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
router
@swizzyweb/swizzy-web-service
Loading...
Props for uninstalling a router from the web service.