ViewSwitchInfo

视图跳转信息

属性

  • srcElement: HTMLElement | null - 源视图的 DOM 骨架。如果视图是直接访问进入的,则为 null

  • targetElement: HTMLElement - 目标视图的 DOM 骨架

  • type: ViewSwitchType - 视图跳转的方式

  • trigger: ViewSwitchTrigger - 视图跳转的触发来源

  • render: Function - 界面渲染动作

Last updated

Was this helpful?