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