()
| 730 | } |
| 731 | |
| 732 | hasCondition() { |
| 733 | const v = this.getExtraProp('condition', false)?.getValue(); |
| 734 | return v != null && v !== '' && v !== true; |
| 735 | } |
| 736 | |
| 737 | /** |
| 738 | * has loop when 1. loop is validArray with length > 1 ; OR 2. loop is variable object |
nothing calls this directly
no test coverage detected