chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / SetReturnValueRequest

SetReturnValueRequest

data class SetReturnValueRequest

Request object containing input parameters for the DebuggerDomain.setReturnValue command.

Constructors

<init>

Request object containing input parameters for the DebuggerDomain.setReturnValue command.

SetReturnValueRequest(newValue: CallArgument)

Properties

newValue

New return value.

val newValue: CallArgument