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 047ca68 commit afa9a0bCopy full SHA for afa9a0b
src/NodeComponent.ts
@@ -76,6 +76,7 @@ export abstract class NodeComponent<T extends Node> {
76
77
/**
78
* Render this component in the place of a `<slot name="…"></slot>`.
79
+ * @throws {@link !DOMException} When the slot is not found
80
* @param slot The slot name
81
* @param [parent] The parent element within to search for slots. Defaults to `document`
82
*/
0 commit comments