Parameters
Each dashboard may leverage parameters specified in the dashboard’s web URL or when opening the dashboard via web/redirect special binding expression reference.
A dashboard can reach the parameter values from inside binding expressions by referencing them as expression’s environment variables (i.e. by using env
reference schema). For example, {env/key1}
will evaluate to value1
, in the case where the destination dashboard was reached with web/redirect("http://example.com?key1=value1&key2=value2")
.
Was this page helpful?