API
Class

RouteEvent ($UI/system/components/justep/router/router#RouteEvent)

使用范围:UI2

Contents

class RouteEvent ($UI/system/components/justep/router/router#RouteEvent)

路由变动事件

See OnRoute

Constructor Top

  RouteEvent ()

Properties Top

Boolean async

是否是异步处理

Boolean cancel

是否取消对当前路由变动的标准路由调度。

Promise dtd

路由引擎继续执行的promise

String routeState

路由变动状态

Router source

Route组件js对象

Constructor details Top

public RouteEvent ()

路由变动事件

See OnRoute

Properties Detail Top

public Boolean async

是否是异步处理

public Boolean cancel

是否取消对当前路由变动的标准路由调度。

public Promise dtd

路由引擎继续执行的promise

public String routeState

路由变动状态

public Router source

Route组件js对象