MCPcopy Create free account
hub / github.com/Threadfin/Threadfin / createInteraction

Method createInteraction

ts/menu_ts.ts:105–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 createInteraction(): any {
106 var element = document.createElement("DIV")
107 element.setAttribute("id", this.interactionID)
108 return element
109 }
110
111 createDIV(): any {
112 var element = document.createElement("DIV")

Callers 2

showMethod · 0.45
openPopUpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected