prorm API Reference
    Preparing search index...

    Enumeration MaskPatternEnum

    Companion enum for MaskPattern. Provided for callers who prefer enum-based ergonomics (autocomplete, refactor-safety) over raw string literals. The underlying values are identical to the MaskPattern string literals, so either form may be used interchangeably.

    Index
    SSN: "ssn"
    CardLast4: "card-last4"
    CardFirst6: "card-first6"
    Email: "email"
    Phone: "phone"
    Full: "full"
    None: "none"
    Custom: "custom"