MCPcopy
hub / github.com/ampproject/amphtml / signals

Method signals

src/base-element.js:273–275  ·  view source on GitHub ↗

* The element's signal tracker. * @return {!./utils/signals.Signals}

()

Source from the content-addressed store, hash-verified

271 * @return {!./utils/signals.Signals}
272 */
273 signals() {
274 return this.element.signals();
275 }
276
277 /**
278 * The element's default action alias.

Callers 15

waitForCarouselLayoutFunction · 0.45
getVideoPlayerFunction · 0.45
test-ampdoc.jsFile · 0.45
test-runtime.jsFile · 0.45
test-scheduler.jsFile · 0.45
test-ini-load.jsFile · 0.45
test-resources.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected