interface Runtime.GetPropertiesParameterType
Properties Jump to heading
Identifier of the object to return properties for.
optional
Jump to headingownProperties: boolean | undefinedIf true, returns properties belonging only to the element itself, not to its prototype chain.
optional
Jump to headingaccessorPropertiesOnly: boolean | undefinedIf true, returns accessor properties (with getter/setter) only; internal properties are not returned either.
optional
Jump to headinggeneratePreview: boolean | undefinedWhether preview should be generated for the results.