Get Properties Request
data class GetPropertiesRequest(objectId: RemoteObjectId, ownProperties: Boolean?, accessorPropertiesOnly: Boolean?, generatePreview: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Runtime#getProperties operation call.
Returns properties of a given object. Object group of the result is inherited from the target object.
See also
Constructors
GetPropertiesRequest
Link copied to clipboard
fun GetPropertiesRequest(objectId: RemoteObjectId, ownProperties: Boolean? = null, accessorPropertiesOnly: Boolean? = null, generatePreview: Boolean? = null)
Content copied to clipboard
Properties
accessorPropertiesOnly
Link copied to clipboard
generatePreview
Link copied to clipboard
objectId
Link copied to clipboard
ownProperties
Link copied to clipboard
Sources
jvm source
Link copied to clipboard