MCPcopy Index your code
hub / github.com/EasyWebApp/WebCell / defaultValue

Method defaultValue

source/WebField.ts:56–60  ·  view source on GitHub ↗
(raw: string)

Source from the content-addressed store, hash-verified

54 accessor autofocus: boolean;
55
56 set defaultValue(raw: string) {
57 this.setAttribute('value', raw);
58
59 this.value ??= raw;
60 }
61
62 get defaultValue() {
63 return this.getAttribute('value');

Callers

nothing calls this directly

Calls 1

setAttributeMethod · 0.80

Tested by

no test coverage detected