Skip to main content
interface Runtime.GetPropertiesParameterType

Properties

Identifier of the object to return properties for.

optional
ownProperties: boolean | undefined

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

optional
accessorPropertiesOnly: boolean | undefined

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

optional
generatePreview: boolean | undefined

Whether preview should be generated for the results.

Back to top