MCPcopy Create free account
hub / github.com/microsoft/SandDance / getElement

Method getElement

docs/app/js/sanddance-app.js:92287–92289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92285 if (events) this.on(events);
92286 }
92287 getElement() {
92288 return this.element;
92289 }
92290 setElement(element) {
92291 if (this.element) // unregister all events
92292 this.destroy();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected