GetPropertiesParameterType

sealed external interface GetPropertiesParameterType(source)

Properties

Link copied to clipboard

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

Link copied to clipboard
abstract var generatePreview: Boolean?

Whether preview should be generated for the results.

Link copied to clipboard
abstract var objectId: RemoteObjectId

Identifier of the object to return properties for.

Link copied to clipboard
abstract var ownProperties: Boolean?

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