File tree Expand file tree Collapse file tree 12 files changed +293
-17
lines changed
framework/solid/reference Expand file tree Collapse file tree 12 files changed +293
-17
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ id : TanstackDevtools
3
+ title : TanstackDevtools
4
+ ---
5
+
6
+ <!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7
+
8
+ # Function: TanstackDevtools()
9
+
10
+ ``` ts
11
+ function TanstackDevtools(__namedParameters ): Element
12
+ ```
13
+
14
+ Defined in : [devtools .tsx :32 ](https :// github.com/TanStack/devtools/blob/main/packages/solid-devtools/src/devtools.tsx#L32)
15
+
16
+ ## Parameters
17
+
18
+ ### \_ \_namedParameters
19
+
20
+ ` TanstackDevtoolsInit `
21
+
22
+ ## Returns
23
+
24
+ ` Element `
Original file line number Diff line number Diff line change @@ -6,3 +6,11 @@ title: "@tanstack/solid-devtools"
6
6
<!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7
7
8
8
# @tanstack/solid-devtools
9
+
10
+ ## Type Aliases
11
+
12
+ - [ TanStackDevtoolsSolidPlugin] ( type-aliases/tanstackdevtoolssolidplugin.md )
13
+
14
+ ## Functions
15
+
16
+ - [ TanstackDevtools] ( functions/tanstackdevtools.md )
Original file line number Diff line number Diff line change
1
+ ---
2
+ id : TanStackDevtoolsSolidPlugin
3
+ title : TanStackDevtoolsSolidPlugin
4
+ ---
5
+
6
+ <!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7
+
8
+ # Type Alias: TanStackDevtoolsSolidPlugin
9
+
10
+ ``` ts
11
+ type TanStackDevtoolsSolidPlugin = Omit <TanStackDevtoolsPlugin , " render" | " name" > & object ;
12
+ ```
13
+
14
+ Defined in: [ devtools.tsx:20] ( https://github.com/TanStack/devtools/blob/main/packages/solid-devtools/src/devtools.tsx#L20 )
15
+
16
+ ## Type declaration
17
+
18
+ ### name
19
+
20
+ ``` ts
21
+ name : string | SolidPluginRender ;
22
+ ```
23
+
24
+ ### render
25
+
26
+ ``` ts
27
+ render : SolidPluginRender ;
28
+ ```
Original file line number Diff line number Diff line change
1
+ ---
2
+ id : TanStackDevtoolsCore
3
+ title : TanStackDevtoolsCore
4
+ ---
5
+
6
+ <!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7
+
8
+ # Class: TanStackDevtoolsCore
9
+
10
+ Defined in: [ core.tsx:15] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/core.tsx#L15 )
11
+
12
+ ## Constructors
13
+
14
+ ### new TanStackDevtoolsCore()
15
+
16
+ ``` ts
17
+ new TanStackDevtoolsCore (init ): TanStackDevtoolsCore
18
+ ```
19
+
20
+ Defined in: [ core.tsx:24] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/core.tsx#L24 )
21
+
22
+ #### Parameters
23
+
24
+ ##### init
25
+
26
+ [ ` TanStackDevtoolsInit ` ] ( ../interfaces/tanstackdevtoolsinit.md )
27
+
28
+ #### Returns
29
+
30
+ [ ` TanStackDevtoolsCore ` ] ( tanstackdevtoolscore.md )
31
+
32
+ ## Methods
33
+
34
+ ### mount()
35
+
36
+ ``` ts
37
+ mount <T >(el ): void
38
+ ```
39
+
40
+ Defined in: [ core.tsx:32] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/core.tsx#L32 )
41
+
42
+ #### Type Parameters
43
+
44
+ • ** T** * extends* ` HTMLElement `
45
+
46
+ #### Parameters
47
+
48
+ ##### el
49
+
50
+ ` T `
51
+
52
+ #### Returns
53
+
54
+ ` void `
55
+
56
+ ***
57
+
58
+ ### setConfig()
59
+
60
+ ``` ts
61
+ setConfig (config ): void
62
+ ```
63
+
64
+ Defined in: [ core.tsx:63] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/core.tsx#L63 )
65
+
66
+ #### Parameters
67
+
68
+ ##### config
69
+
70
+ ` Partial ` \< [ ` TanStackDevtoolsInit ` ] ( ../interfaces/tanstackdevtoolsinit.md ) \>
71
+
72
+ #### Returns
73
+
74
+ ` void `
75
+
76
+ ***
77
+
78
+ ### unmount()
79
+
80
+ ``` ts
81
+ unmount (): void
82
+ ```
83
+
84
+ Defined in: [ core.tsx:55] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/core.tsx#L55 )
85
+
86
+ #### Returns
87
+
88
+ ` void `
Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ title: "@tanstack/devtools"
7
7
8
8
# @tanstack/devtools
9
9
10
+ ## Classes
11
+
12
+ - [ TanStackDevtoolsCore] ( classes/tanstackdevtoolscore.md )
13
+
14
+ ## Interfaces
15
+
16
+ - [ TanStackDevtoolsInit] ( interfaces/tanstackdevtoolsinit.md )
17
+ - [ TanStackDevtoolsPlugin] ( interfaces/tanstackdevtoolsplugin.md )
18
+
19
+ ## Type Aliases
20
+
21
+ - [ TanStackDevtoolsConfig] ( type-aliases/tanstackdevtoolsconfig.md )
22
+
10
23
## Variables
11
24
12
- - [ devtools] ( variables/devtools.md )
25
+ - [ PLUGIN\_ CONTAINER\_ ID] ( variables/plugin_container_id.md )
26
+ - [ PLUGIN\_ TITLE\_ CONTAINER\_ ID] ( variables/plugin_title_container_id.md )
Original file line number Diff line number Diff line change
1
+ ---
2
+ id : TanStackDevtoolsInit
3
+ title : TanStackDevtoolsInit
4
+ ---
5
+
6
+ <!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7
+
8
+ # Interface: TanStackDevtoolsInit
9
+
10
+ Defined in: [ core.tsx:10] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/core.tsx#L10 )
11
+
12
+ ## Properties
13
+
14
+ ### config?
15
+
16
+ ``` ts
17
+ optional config : Partial <{
18
+ defaultOpen: boolean ;
19
+ hideUntilHover: boolean ;
20
+ openHotkey: KeyboardKey [];
21
+ panelLocation: " top" | " bottom" ;
22
+ position: TriggerPosition ;
23
+ requireUrlFlag: boolean ;
24
+ urlFlag: string ;
25
+ }>;
26
+ ```
27
+
28
+ Defined in: [ core.tsx:11] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/core.tsx#L11 )
29
+
30
+ ***
31
+
32
+ ### plugins?
33
+
34
+ ``` ts
35
+ optional plugins : TanStackDevtoolsPlugin [];
36
+ ```
37
+
38
+ Defined in: [ core.tsx:12] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/core.tsx#L12 )
Original file line number Diff line number Diff line change
1
+ ---
2
+ id : TanStackDevtoolsPlugin
3
+ title : TanStackDevtoolsPlugin
4
+ ---
5
+
6
+ <!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7
+
8
+ # Interface: TanStackDevtoolsPlugin
9
+
10
+ Defined in: [ context/devtools-context.tsx:15] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L15 )
11
+
12
+ ## Properties
13
+
14
+ ### id?
15
+
16
+ ``` ts
17
+ optional id : string ;
18
+ ```
19
+
20
+ Defined in: [ context/devtools-context.tsx:17] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L17 )
21
+
22
+ ***
23
+
24
+ ### name
25
+
26
+ ``` ts
27
+ name : string | (el ) => void ;
28
+ ```
29
+
30
+ Defined in: [ context/devtools-context.tsx:16] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L16 )
31
+
32
+ ***
33
+
34
+ ### render()
35
+
36
+ ``` ts
37
+ render : (el ) => void ;
38
+ ```
39
+
40
+ Defined in: [ context/devtools-context.tsx:18] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L18 )
41
+
42
+ #### Parameters
43
+
44
+ ##### el
45
+
46
+ ` HTMLDivElement `
47
+
48
+ #### Returns
49
+
50
+ ` void `
Original file line number Diff line number Diff line change
1
+ ---
2
+ id : TanStackDevtoolsConfig
3
+ title : TanStackDevtoolsConfig
4
+ ---
5
+
6
+ <!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7
+
8
+ # Type Alias: TanStackDevtoolsConfig
9
+
10
+ ``` ts
11
+ type TanStackDevtoolsConfig = DevtoolsStore [" settings" ];
12
+ ```
13
+
14
+ Defined in: [ context/devtools-context.tsx:82] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/context/devtools-context.tsx#L82 )
Original file line number Diff line number Diff line change
1
+ ---
2
+ id : PLUGIN_CONTAINER_ID
3
+ title : PLUGIN_CONTAINER_ID
4
+ ---
5
+
6
+ <!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7
+
8
+ # Variable: PLUGIN\_ CONTAINER\_ ID
9
+
10
+ ``` ts
11
+ const PLUGIN_CONTAINER_ID: " plugin-container" = ' plugin-container' ;
12
+ ```
13
+
14
+ Defined in: [ constants.ts:1] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/constants.ts#L1 )
Original file line number Diff line number Diff line change
1
+ ---
2
+ id : PLUGIN_TITLE_CONTAINER_ID
3
+ title : PLUGIN_TITLE_CONTAINER_ID
4
+ ---
5
+
6
+ <!-- DO NOT EDIT: this page is autogenerated from the type comments -->
7
+
8
+ # Variable: PLUGIN\_ TITLE\_ CONTAINER\_ ID
9
+
10
+ ``` ts
11
+ const PLUGIN_TITLE_CONTAINER_ID: " plugin-title-container" = ' plugin-title-container' ;
12
+ ```
13
+
14
+ Defined in: [ constants.ts:2] ( https://github.com/TanStack/devtools/blob/main/packages/devtools/src/constants.ts#L2 )
You can’t perform that action at this time.
0 commit comments