()
| 377 | } |
| 378 | |
| 379 | hasCondition() { |
| 380 | const v = this.getExtraProp('condition', false)?.getValue() |
| 381 | return v != null && v !== '' && v !== true |
| 382 | } |
| 383 | |
| 384 | /** |
| 385 | * has loop when 1. loop is validArray with length > 1 ; OR 2. loop is variable object |
nothing calls this directly
no test coverage detected