* 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)
| 126 | * when asked to focus this control. |
| 127 | */ |
| 128 | focus?(options?: FocusOptions): void; |
| 129 | /** |
| 130 | * Resets the UI control to its pristine state. |
| 131 | */ |
no outgoing calls