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

Method sizer

scripts/github-query-builder-element.ts:100–102  ·  view source on GitHub ↗

this sizer is invisible and contains the same text as the input; we measure it's width to set the width of the visually styled input

()

Source from the content-addressed store, hash-verified

98 }
99 /** this sizer is invisible and contains the same text as the input; we measure it's width to set the width of the visually styled input */
100 get sizer(): HTMLElement {
101 return findTarget(this, "sizer") as HTMLElement;
102 }
103 get clearButton(): HTMLButtonElement {
104 return findTarget(this, "clearButton") as HTMLButtonElement;
105 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected