MCPcopy Create free account
hub / github.com/Lundalogik/lime-elements / constructor

Method constructor

src/components/code-editor/code-editor.tsx:168–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 private helperTextId: string;
167
168 public constructor() {
169 this.labelId = createRandomString();
170 this.helperTextId = createRandomString();
171 }
172
173 public connectedCallback() {
174 this.observer = new ResizeObserver(this.handleResize) as any;

Callers

nothing calls this directly

Calls 1

createRandomStringFunction · 0.90

Tested by

no test coverage detected