onSuccess
The onSuccess
callback is triggered if the request is successful.
Use cases
Trigger custom JavaScript
Arguments
Argument
Type
Description
request
Response
The response object returned
data
object
The data returned
Example
This example demonstrates logging the response data to the console.
Last updated