> For the complete documentation index, see [llms.txt](https://api.view-js.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.view-js.com/lei-xing/viewswitchinterceptor.md).

# ViewSwitchInterceptor

## 签名

`(meta:` [`ViewSwitchEventData`](/lei-xing/viewswitcheventdata.md)`) => boolean`

## 入参

1. `meta:` [`ViewSwitchEventData`](/lei-xing/viewswitcheventdata.md) - 跳转动作的元数据描述。

## 返回

`true` - 继续执行下一个拦截器或执行视图跳转动作；`false` - 中止拦截器的继续执行或视图跳转动作。
