mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.3 KiB
1.3 KiB
Home > puppeteer > Protocol > Runtime > GetPropertiesRequest
Protocol.Runtime.GetPropertiesRequest interface
Signature:
export interface GetPropertiesRequest
Properties
Property | Type | Description |
---|---|---|
accessorPropertiesOnly | boolean | If true, returns accessor properties (with getter/setter) only; internal properties are not returned either. |
generatePreview | boolean | Whether preview should be generated for the results. |
objectId | RemoteObjectId | Identifier of the object to return properties for. |
ownProperties | boolean | If true, returns properties belonging only to the element itself, not to its prototype chain. |