MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / description

Method description

ts/menu_ts.ts:1319–1331  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

1317 }
1318
1319 description(value: string): any {
1320 var tr = document.createElement("TR")
1321 var td = document.createElement("TD")
1322 var span = document.createElement("PRE")
1323
1324 span.innerHTML = value
1325
1326 tr.appendChild(td)
1327
1328 tr.appendChild(this.createContent(span))
1329
1330 this.table.appendChild(tr)
1331 }
1332
1333 // Interaktion
1334 addInteraction(element: any) {

Callers 1

openPopUpFunction · 0.95

Calls 1

createContentMethod · 0.45

Tested by

no test coverage detected