frontend
    Preparing search index...
    • Validates a potential new value for a user field using an array of validation functions.

      Parameters

      • fieldName: string

        Name of field to be validated.

      • inVal: string | null

        Value to be validated

      Returns { success: true } | { error: string; success: false }