data class GetPropertiesRequest
Request object containing input parameters for the RuntimeDomain.getProperties command.
<init> |
Request object containing input parameters for the RuntimeDomain.getProperties command. GetPropertiesRequest(objectId: RemoteObjectId, ownProperties: Boolean? = null, accessorPropertiesOnly: Boolean? = null, generatePreview: Boolean? = null) |
accessorPropertiesOnly |
If true, returns accessor properties (with getter/setter) only; internal properties are not returned either. val accessorPropertiesOnly: Boolean? |
generatePreview |
Whether preview should be generated for the results. val generatePreview: Boolean? |
objectId |
Identifier of the object to return properties for. val objectId: RemoteObjectId |
ownProperties |
If true, returns properties belonging only to the element itself, not to its prototype chain. val ownProperties: Boolean? |