22 lines
1.3 KiB
Markdown
22 lines
1.3 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [GetPropertiesRequest](./puppeteer.protocol.runtime.getpropertiesrequest.md)
|
||
|
|
||
|
## Protocol.Runtime.GetPropertiesRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface GetPropertiesRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [accessorPropertiesOnly](./puppeteer.protocol.runtime.getpropertiesrequest.accessorpropertiesonly.md) | boolean | If true, returns accessor properties (with getter/setter) only; internal properties are not returned either. |
|
||
|
| [generatePreview](./puppeteer.protocol.runtime.getpropertiesrequest.generatepreview.md) | boolean | Whether preview should be generated for the results. |
|
||
|
| [objectId](./puppeteer.protocol.runtime.getpropertiesrequest.objectid.md) | [RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | Identifier of the object to return properties for. |
|
||
|
| [ownProperties](./puppeteer.protocol.runtime.getpropertiesrequest.ownproperties.md) | boolean | If true, returns properties belonging only to the element itself, not to its prototype chain. |
|
||
|
|