data class AwaitPromiseRequest
Request object containing input parameters for the RuntimeDomain.awaitPromise command.
<init> |
Request object containing input parameters for the RuntimeDomain.awaitPromise command. AwaitPromiseRequest(promiseObjectId: RemoteObjectId, returnByValue: Boolean? = null, generatePreview: Boolean? = null) |
generatePreview |
Whether preview should be generated for the result. val generatePreview: Boolean? |
promiseObjectId |
Identifier of the promise. val promiseObjectId: RemoteObjectId |
returnByValue |
Whether the result is expected to be a JSON object that should be sent by value. val returnByValue: Boolean? |