RegexMapBuilder🔗
Constructor🔗
Methods🔗
build🔗
Builds the object.
options🔗
Regular expression to match against and the result to apply when the value matches the regex
options(options: {
// Regular expression to match against
pattern: string;
// Config to apply when the value matches the regex
result: dashboard.ValueMappingResult;
})