puppeteer/new-docs/puppeteer.protocol.runtime.getpropertiesrequest.ownproperties.md
2020-07-13 14:01:35 +01:00

630 B

Home > puppeteer > Protocol > Runtime > GetPropertiesRequest > ownProperties

Protocol.Runtime.GetPropertiesRequest.ownProperties property

If true, returns properties belonging only to the element itself, not to its prototype chain.

Signature:

ownProperties?: boolean;