MCPcopy
hub / github.com/signalapp/Signal-Desktop / Element

Interface Element

ts/window.d.ts:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229 // oxlint-disable-next-line typescript/consistent-type-definitions
230 interface Element {
231 // WebKit-specific
232 scrollIntoViewIfNeeded: (bringToCenter?: boolean) => void;
233 }
234
235 // Uint8Array and ArrayBuffer are type-compatible in TypeScript's covariant
236 // type checker, but in reality they are not. Let's assert correct use!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected