Skip to content

RegexMapBuilder🔗

Constructor🔗

new RegexMapBuilder()

Methods🔗

build🔗

Builds the object.

build()

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;
})

See also🔗