1# PageNodeInfo (System API)
2
3PageNodeInfo defines the page node information used for auto-fill.
4
5> **NOTE**
6>
7> The initial APIs of this module are supported since API version 11. Newly added APIs will be marked with a superscript to indicate their earliest API version.
8> The APIs provided by this module are system APIs.
9> The APIs of this module can be used only in the stage model.
10
11## Attributes
12
13**System capability**: SystemCapability.Ability.AbilityRuntime.AbilityCore
14
15| Name       | Type                | Read-Only| Optional| Description                                                        |
16| ----------- | -------------------- | ----| ---- | ------------------------------------------------------------ |
17| id    | number               | No  | No  | ID of the page node.                              |
18| depth    | number              | No  | No  | Depth of the page node.                              |
19| autoFillType    | [AutoFillType](js-apis-inner-application-autoFillType-sys.md)        | No  | No  | Type of the element to be automatically filled in.   |
20| tag    | string              | No  | No  | Tag of the page node.                              |
21| value    | string              | No  | No  | Value of the page node.                              |
22| placeholder    | string              | No  | Yes  | Placeholder of the page node.                              |
23| passwordRules    | string              | No  | Yes  | Rules for generating passwords.                              |
24| enableAutoFill    | boolean              | No  | No  | Status of the auto-fill feature.                              |
25| rect<sup>12+</sup>    | [AutoFillRect](js-apis-inner-application-autoFillRect-sys.md) | No  | No  | Coordinates, width, and height of the page node. |
26| isFocus<sup>12+</sup>    | boolean              | No  | No  | Whether the page node has focus.                              |
27| metadata<sup>12+</sup>    | string              | No  | Yes  | Metadata of the page node.                              |
28