Call Argument
data class CallArgument(value: JsonElement?, unserializableValue: UnserializableValue?, objectId: RemoteObjectId?)
Content copied to clipboard
Represents function call argument. Either remote object id objectId
, primitive value
, unserializable primitive value or neither of (for undefined) them should be specified.
Constructors
CallArgument
Link copied to clipboard
fun CallArgument(value: JsonElement? = null, unserializableValue: UnserializableValue? = null, objectId: RemoteObjectId? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard