Skip to content

VariableRegexApplyTo🔗

Determine whether regex applies to variable value or display text

Accepted values are value (apply to value used in queries) or text (apply to display text shown to users)

Definition🔗

type VariableRegexApplyTo string
const (
    VariableRegexApplyToValue VariableRegexApplyTo = "value"
    VariableRegexApplyToText VariableRegexApplyTo = "text"
)