MCPcopy Create free account
hub / github.com/Fredkiss3/gh-next / styledInput

Method styledInput

scripts/github-query-builder-element.ts:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 return findTarget(this, "styledInputContainer") as HTMLDivElement;
92 }
93 get styledInput(): HTMLElement {
94 return findTarget(this, "styledInput") as HTMLElement;
95 }
96 get overlay(): HTMLElement {
97 return findTarget(this, "overlay") as HTMLElement;
98 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected