Emit any of these events to Explo’s iFrame or Web Component to programmatically interact with the embed.Documentation Index
Fetch the complete documentation index at: https://docs.explo.co/llms.txt
Use this file to discover all available pages before exploring further.
updateExploDashboardVariable
Description:
Update the value of a variable in the dashboard.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| varName | string | Name of the variable |
| value | any | Value to update the variable with |
updateExploDashboardVariables
Description:
Update the value of multiple variables in the dashboard.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| variables | { varName: string; value: any }[] | A list of the variable updates |