()
| 165 | } |
| 166 | |
| 167 | get keyInParent(): Signal<string | number> { |
| 168 | return this.structure.keyInParent; |
| 169 | } |
| 170 | |
| 171 | get errors(): Signal<ValidationError.WithFieldTree[]> { |
| 172 | return this.validationState.errors; |
no outgoing calls
no test coverage detected