Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Runtime.GetPropertiesRequest

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Runtime.GetPropertiesRequest
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { GetPropertiesRequest } = Protocol.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.