MCPcopy Create free account
hub / github.com/bvaughn/react-window / onClick

Function onClick

src/routes/list/examples/listRefClickEventHandler.ts:8–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6// <begin>
7
8const onClick = () => {
9 const list = listRef.current;
10 list?.scrollToRow({
11 align: "auto", // optional
12 behavior: "auto", // optional
13 index: 250
14 });
15};
16
17// <end>
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected