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