Skip to main content
Go to Latest
interface default.Runtime.GetPropertiesRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { GetPropertiesRequest } = default.Runtime;

Properties

objectId: RemoteObjectId

Identifier of the object to return properties for.

optional
ownProperties: boolean

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

optional
accessorPropertiesOnly: boolean

If true, returns accessor properties (with getter/setter) only; internal properties are not returned either.

optional
generatePreview: boolean

Whether preview should be generated for the results.

optional
nonIndexedPropertiesOnly: boolean

If true, returns non-indexed properties only.