1e41f4b71Sopenharmony_ci# ViewData (系统接口)
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci自动填充的视图数据信息。
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ci> **说明:**
6e41f4b71Sopenharmony_ci> 
7e41f4b71Sopenharmony_ci> 本模块首批接口从API version 11开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。  
8e41f4b71Sopenharmony_ci> 本模块接口均为系统接口。
9e41f4b71Sopenharmony_ci> 本模块接口仅可在Stage模型下使用。
10e41f4b71Sopenharmony_ci
11e41f4b71Sopenharmony_ci## 属性
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ci**系统能力**:SystemCapability.Ability.AbilityRuntime.AbilityCore
14e41f4b71Sopenharmony_ci
15e41f4b71Sopenharmony_ci| 名称        | 类型                 | 必填 | 说明                                                         |
16e41f4b71Sopenharmony_ci| ----------- | -------------------- | ---- | ------------------------------------------------------------ |
17e41f4b71Sopenharmony_ci| bundleName    | string               | 是   | 应用名称。                               |
18e41f4b71Sopenharmony_ci| moduleName    | string              | 是   | 模块名称。                               |
19e41f4b71Sopenharmony_ci| abilityName    | string        | 是   | Ability名称。    |
20e41f4b71Sopenharmony_ci| pageUrl    | string              | 是   | 页面的url。                               |
21e41f4b71Sopenharmony_ci| pageNodeInfos    | Array<[PageNodeInfo](js-apis-inner-application-pageNodeInfo-sys.md)>     | 是   | 页面节点的信息。                |
22e41f4b71Sopenharmony_ci| pageRect<sup>12+</sup>    | [AutoFillRect](js-apis-inner-application-autoFillRect-sys.md)     | 是   | 页面的坐标和宽高信息。                |
23e41f4b71Sopenharmony_ci| isUserSelected<sup>12+</sup> | boolean | 是 | 是否是用户选择的填充内容。 |
24e41f4b71Sopenharmony_ci| isOtherAccount<sup>12+</sup> | boolean | 是 | 是否拉起密码箱中其它账号信息供用户选择。 |
25