Taos API Reference
    Preparing search index...

    Type Alias SetAttributeMode

    SetAttributeMode: "overwrite" | "add" | "subtract" | "multiply" | "min" | "max"

    How setAttribute composes the new value with the existing attribute:

    • overwrite (default): replace
    • add / subtract / multiply: in-place arithmetic
    • min / max: component-wise min/max