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

Method createInput

ts/menu_ts.ts:803–810  ·  view source on GitHub ↗
(type: string, name: string, value: string,)

Source from the content-addressed store, hash-verified

801 }
802
803 createInput(type: string, name: string, value: string,): any {
804
805 var input = document.createElement("INPUT")
806 input.setAttribute("type", type)
807 input.setAttribute("name", name)
808 input.setAttribute("value", value)
809 return input
810 }
811
812 show(): void {
813 COLUMN_TO_SORT = -1

Callers 1

showMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected