MCPcopy Index your code
hub / github.com/rapi-doc/RapiDoc / observeExpandedContent

Method observeExpandedContent

src/rapidoc.js:568–574  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

566 }
567
568 observeExpandedContent() {
569 // Main Container
570 const observeOverviewEls = this.shadowRoot.querySelectorAll('.observe-me');
571 observeOverviewEls.forEach((targetEl) => {
572 this.intersectionObserver.observe(targetEl);
573 });
574 }
575
576 attributeChangedCallback(name, oldVal, newVal) {
577 if (name === 'spec-url') {

Callers 2

Calls 1

forEachMethod · 0.45

Tested by

no test coverage detected