* Marks this specific field as untouched.
()
| 314 | * Marks this specific field as untouched. |
| 315 | */ |
| 316 | markAsUntouched(): void { |
| 317 | this.nodeState.markAsUntouched(); |
| 318 | } |
| 319 | |
| 320 | /** |
| 321 | * Resets the {@link touched} and {@link dirty} state of the field and its descendants. |
no outgoing calls
no test coverage detected