(options?: FocusOptions)
| 105 | } |
| 106 | |
| 107 | focusBoundControl(options?: FocusOptions): void { |
| 108 | this.getBindingForFocus()?.focus(options); |
| 109 | } |
| 110 | |
| 111 | /** |
| 112 | * Gets the Field directive binding that should be focused when the developer calls |
nothing calls this directly
no test coverage detected