We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a035b56 commit aba1281Copy full SHA for aba1281
src/Component.ts
@@ -92,7 +92,7 @@ export class Component<T extends HTMLElement = HTMLElement> extends ElementCompo
92
/**
93
* Puts the element into
94
* {@link https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus Focus}
95
- * @param options
+ * @param options - An optional object for controlling aspects of the focusing process.
96
*/
97
public focus(options?: FocusOptions): typeof this {
98
this.node.focus(options);
0 commit comments