MCPcopy
hub / github.com/aframevr/aframe / doConnectedCallback

Method doConnectedCallback

src/core/a-mixin.js:22–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 doConnectedCallback () {
23 super.doConnectedCallback();
24
25 this.sceneEl = this.closestScene();
26 this.id = this.getAttribute('id');
27 this.cacheAttributes();
28 this.updateEntities();
29 this.load();
30 }
31
32 attributeChangedCallback (attr, oldVal, newVal) {
33 super.attributeChangedCallback();

Callers

nothing calls this directly

Calls 5

getAttributeMethod · 0.95
cacheAttributesMethod · 0.95
updateEntitiesMethod · 0.95
closestSceneMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected