Parameters

The Parameters object holds the dynamic parameters the user has entered.

This is equivalent to using ${name} in other parts of the dashboard. Within scripts ${substitution} will work, but Parameters.get("name") should be preferred because it is more efficient.