VariableRefresh🔗Options to config when to refresh a variable0: Never refresh the variable1: Queries the data source every time the dashboard loads.2: Queries the data source when the dashboard time range changes.Definition🔗export enum VariableRefresh { Never = 0, OnDashboardLoad = 1, OnTimeRangeChanged = 2, }