You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/interfaces/tanstackdevtoolsplugin.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ title: TanStackDevtoolsPlugin
7
7
8
8
# Interface: TanStackDevtoolsPlugin
9
9
10
-
Defined in: [context/devtools-context.tsx:15](https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L15)
10
+
Defined in: [devtools/src/context/devtools-context.tsx:14](https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L14)
11
11
12
12
## Properties
13
13
@@ -17,7 +17,7 @@ Defined in: [context/devtools-context.tsx:15](https://github.com/TanStack/devtoo
17
17
optionalid: string;
18
18
```
19
19
20
-
Defined in: [context/devtools-context.tsx:47](https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L47)
20
+
Defined in: [devtools/src/context/devtools-context.tsx:46](https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L46)
21
21
22
22
Unique identifier for the plugin.
23
23
If not provided, it will be generated based on the name.
@@ -30,7 +30,7 @@ If not provided, it will be generated based on the name.
30
30
name: string| (el) =>void;
31
31
```
32
32
33
-
Defined in: [context/devtools-context.tsx:42](https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L42)
33
+
Defined in: [devtools/src/context/devtools-context.tsx:41](https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L41)
34
34
35
35
Name to be displayed in the devtools UI.
36
36
If a string, it will be used as the plugin name.
@@ -65,7 +65,7 @@ or
65
65
render: (el) =>void;
66
66
```
67
67
68
-
Defined in: [context/devtools-context.tsx:61](https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L61)
68
+
Defined in: [devtools/src/context/devtools-context.tsx:60](https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L60)
69
69
70
70
Render the plugin UI by using the provided element. This function will be called
71
71
when the plugin tab is clicked and expected to be mounted.
Defined in: [context/devtools-context.tsx:125](https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L125)
14
+
Defined in: [devtools/src/context/devtools-context.tsx:124](https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L124)
0 commit comments