Scripting API / dashboard/retrievals/AlsoRetrieveApi
dashboard/retrievals/AlsoRetrieveApi
Modules
| Module | Description |
|---|---|
| External | - |
Classes
AlsoRetrieveApi
Methods
onRetrieved()
onRetrieved(
fn):ScriptEventSubscription
Bind a function that fires when the retrieval has fetched data.
Parameters
| Parameter | Type | Description |
|---|---|---|
fn |
(event) => void |
The function to fire. The event contains the data requested in alsoRetrieveWhenRefreshed. |
Returns
ScriptEventSubscription