MCPcopy
hub / github.com/nilbuild/driver.js / run

Function run

playground/src/examples/arrow.ts:13–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 title: "Default Side",
12 description: "No side set. LOOK: popover renders BELOW the card (new default is bottom, was left).",
13 run() {
14 driver().highlight({
15 element: "#card-3",
16 popover: {
17 title: "Default Side",
18 description: "No `side` was passed. It should appear below the element with the arrow pointing up at it.",
19 },
20 });
21 },
22 },
23 {
24 id: "arrow-tall-left-start",

Callers

nothing calls this directly

Calls 1

driverFunction · 0.85

Tested by

no test coverage detected