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 fd5a211 commit 523f948Copy full SHA for 523f948
core/pfe-core/controllers/scroll-spy-controller.ts
@@ -18,6 +18,7 @@ export interface ScrollSpyControllerOptions extends IntersectionObserverInit {
18
* @default the host's root node
19
*/
20
rootNode?: Node;
21
+
22
/**
23
* function to call on link children to get their URL hash (i.e. id to scroll to)
24
* @default el => el.getAttribute('href');
0 commit comments