1# PageNodeInfo (系统接口)
2
3用于自动填充的页面节点信息。
4
5> **说明:**
6>
7> 本模块首批接口从API version 11开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
8> 本模块接口均为系统接口。
9> 本模块接口仅可在Stage模型下使用。
10
11## 属性
12
13**系统能力**:SystemCapability.Ability.AbilityRuntime.AbilityCore
14
15| 名称        | 类型                 | 只读 | 可选 | 说明                                                         |
16| ----------- | -------------------- | ----| ---- | ------------------------------------------------------------ |
17| id    | number               | 否   | 否   | 页面节点的ID。                               |
18| depth    | number              | 否   | 否   | 页面节点的深度。                               |
19| autoFillType    | [AutoFillType](js-apis-inner-application-autoFillType-sys.md)        | 否   | 否   | 页面节点的自动填充类型。    |
20| tag    | string              | 否   | 否   | 页面节点的标签。                               |
21| value    | string              | 否   | 否   | 页面节点的值。                               |
22| placeholder    | string              | 否   | 是   | 页面节点的占位符。                               |
23| passwordRules    | string              | 否   | 是   | 生成密码的规则。                               |
24| enableAutoFill    | boolean              | 否   | 否   | 自动填充标志。                               |
25| rect<sup>12+</sup>    | [AutoFillRect](js-apis-inner-application-autoFillRect-sys.md) | 否   | 否   | 当前节点的坐标和宽高信息。  |
26| isFocus<sup>12+</sup>    | boolean              | 否   | 否   | 当前节点是否获焦。                               |
27| metadata<sup>12+</sup>    | string              | 否   | 是   | 页面节点的元数据。                               |
28