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

Method addInteraction

ts/menu_ts.ts:1334–1337  ·  view source on GitHub ↗
(element: any)

Source from the content-addressed store, hash-verified

1332
1333 // Interaktion
1334 addInteraction(element: any) {
1335 var interaction = document.getElementById("popup-interaction")
1336 interaction.appendChild(element)
1337 }
1338}
1339
1340function openPopUp(dataType, element) {

Callers 1

openPopUpFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected