VariableRegexApplyTo🔗Determine whether regex applies to variable value or display textAccepted values are value (apply to value used in queries) or text (apply to display text shown to users)Definition🔗export enum VariableRegexApplyTo { Value = "value", Text = "text", }