getDataPage
Retrieves data page information from the clipboard in JSON format.
Signature
getDataPage(options)
Returns
JSON object with data from the clipboard.
Parameters
Name | Description | Type | Required |
name | Specifies the name of the target data page. | String | ✅ |
parameters | Specifies the parameters for the data page in an array. | JSON object | ❌ |
callback | Specifies the callback function that you call with the data from the data page. | String | ✅ |
event | Specifies the event that launches the activity. | DOM event object | ✅ |
Previous topic editListItem Next topic launchHarness