Skip to content

SpecialValueMapBuilder🔗

Constructor🔗

new SpecialValueMapBuilder()

Methods🔗

build🔗

Builds the object.

build()

options🔗

options(options: {
    // Special value to match against
    match: dashboard.SpecialValueMatch;
    // Config to apply when the value matches the special value
    result: dashboard.ValueMappingResult;
})

See also🔗