PanelRouter

class PanelRouter(val parentRouter: PageRouter, panelEntry: PanelEntry? = null) : Router

面板路由/局部路由。将管理一个页面中所有的面板,这些面板不存在上下级关系,所以并不会以BackStack作为其存储工具。

Constructors

Link copied to clipboard
constructor(parentRouter: PageRouter, panelEntry: PanelEntry? = null)

Properties

Link copied to clipboard
open override val parentRouter: PageRouter

Functions

Link copied to clipboard
open override fun backPressed(notInterceptor: () -> Boolean)

回退

Link copied to clipboard
Link copied to clipboard
open override fun dispatchRoute(route: Route)

分配路由