# 类型

- [ViewLayoutInitOptions](https://api.view-js.com/lei-xing/viewlayoutinitctrl.md): 视图布局初始化控制选项
- [ViewLayoutChangeListener](https://api.view-js.com/lei-xing/viewlayoutchangelistener.md): 布局空间变化监听器
- [ViewConfigurationApplication](https://api.view-js.com/lei-xing/viewconfigurationapplication.md): 视图配置项的应用动作
- [ViewState](https://api.view-js.com/lei-xing/viewstate.md): 视图浏览信息
- [ViewSwitchAnimation](https://api.view-js.com/lei-xing/viewswitchanimation.md): 视图跳转动画执行器
- [ViewSwitchInfo](https://api.view-js.com/lei-xing/viewswitchinfo.md): 视图跳转信息
- [ViewSwitchType](https://api.view-js.com/lei-xing/viewswitchtype.md): 视图跳转方式
- [ViewSwtichTrigger](https://api.view-js.com/lei-xing/viewswtichtrigger.md): 视图跳转动作的触发来源
- [ViewSwitchCtrl](https://api.view-js.com/lei-xing/viewswitchctrl.md): 视图跳转控制
- [ViewBackForwardCtrl](https://api.view-js.com/lei-xing/viewbackforwardctrl.md): 视图前进或后退跳转控制
- [ViewEvent](https://api.view-js.com/lei-xing/viewevent.md): 事件
- [ViewEventListener](https://api.view-js.com/lei-xing/vieweventlistener.md): 视图跳转事件监听器
- [ViewSwitchEventData](https://api.view-js.com/lei-xing/viewswitcheventdata.md): 视图跳转事件关联的数据
- [ViewInstanceEnterEventData](https://api.view-js.com/lei-xing/viewentereventdata.md): 视图切换进入时相关事件关联的数据
- [ViewInstanceLeaveEventData](https://api.view-js.com/lei-xing/viewinstanceleaveeventdata.md): 视图离开时，leave 事件关联的数据
- [ViewInitializer](https://api.view-js.com/lei-xing/viewinitializer.md): View.js 初始化触发器
- [ViewInitializeTime](https://api.view-js.com/lei-xing/viewinitializetime.md): View.js 的初始化时机
- [ViewSwitchInterceptor](https://api.view-js.com/lei-xing/viewswitchinterceptor.md): 视图跳转拦截器
- [ViewDataFetchAction](https://api.view-js.com/lei-xing/viewdatafetchaction.md): 视图渲染所需要的数据的获取方法。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api.view-js.com/lei-xing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
