Skip to main content

GetPropertiesParameterType

interface Runtime.GetPropertiesParameterType

Properties Jump to heading

Identifier of the object to return properties for.

optional
Jump to headingownProperties: boolean | undefined

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

optional
Jump to headingaccessorPropertiesOnly: boolean | undefined

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

optional
Jump to headinggeneratePreview: boolean | undefined

Whether preview should be generated for the results.

Back to top