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

Method createCategoryHeadline

html/js/configuration_ts.js:5–9  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

3 this.DocumentID = "content";
4 }
5 createCategoryHeadline(value) {
6 var element = document.createElement("H4");
7 element.innerHTML = value;
8 return element;
9 }
10}
11class WizardItem extends WizardCategory {
12 constructor(key, headline) {

Callers 1

createWizardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected