MCPcopy
hub / github.com/reduxjs/redux-devtools / Options

Interface Options

packages/d3tooltip/src/index.ts:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4const { prependClass, functor } = utils;
5
6interface Options<Datum> {
7 left: number | undefined;
8 top: number | undefined;
9 offset: {
10 left: number;
11 top: number;
12 };
13 root: Selection<Datum> | undefined;
14}
15
16const defaultOptions: Options<unknown> = {
17 left: undefined, // mouseX

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…