Skip to content

Commit aba1281

Browse files
committed
docs: add jsdoc for options param
1 parent a035b56 commit aba1281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class Component<T extends HTMLElement = HTMLElement> extends ElementCompo
9292
/**
9393
* Puts the element into
9494
* {@link https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus Focus}
95-
* @param options
95+
* @param options - An optional object for controlling aspects of the focusing process.
9696
*/
9797
public focus(options?: FocusOptions): typeof this {
9898
this.node.focus(options);

0 commit comments

Comments
 (0)