* Focuses the UI control. * * If the focus method is not implemented, Signal Forms will attempt to focus the host element * when asked to focus this control.
(options?: FocusOptions)
| 128 | * when asked to focus this control. |
| 129 | */ |
| 130 | focus?(options?: FocusOptions): void; |
| 131 | /** |
| 132 | * Resets the UI control to its pristine state. |
| 133 | */ |
no outgoing calls