MCPcopy Create free account
hub / github.com/MathMan05/Fermi / generateHTML

Method generateHTML

src/webpage/settings.ts:239–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237 onchange: (str: string) => void = (_) => {};
238 watchForChange(func: (str: string) => void) {
239 this.onchange = func;
240 }
241 submit() {
242 this.onSubmit(this.value);
243 }
244}
245class DateInput extends TextInput {
246 dateValue: Date | null;
247 constructor(

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.95

Tested by

no test coverage detected