-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathtypedoc.json
More file actions
57 lines (57 loc) · 1.93 KB
/
Copy pathtypedoc.json
File metadata and controls
57 lines (57 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"src/components/semiotic.ts",
"src/components/semiotic-xy.ts",
"src/components/semiotic-ordinal.ts",
"src/components/semiotic-network.ts",
"src/components/semiotic-geo.ts",
"src/components/semiotic-physics.ts",
"src/components/semiotic-physics-matter.ts",
"src/components/semiotic-physics-rapier.ts",
"src/components/semiotic-realtime.ts",
"src/components/semiotic-recipes.ts",
"src/components/semiotic-server.ts",
"src/components/semiotic-ai.ts"
],
"entryPointStrategy": "expand",
"out": "docs/build/api",
"json": "docs/public/api/api.json",
"tsconfig": "tsconfig.json",
"excludePrivate": true,
"excludeProtected": true,
"excludeInternal": true,
"skipErrorChecking": true,
"treatWarningsAsErrors": true,
"validation": {
"notExported": false,
"invalidLink": true,
"invalidPath": true,
"rewrittenLink": true,
"notDocumented": false,
"unusedMergeModuleWith": true
},
"externalSymbolLinkMappings": {
"@types/react": {
"React.Component.render": "https://react.dev/reference/react/Component#render",
"React.Component.setState": "https://react.dev/reference/react/Component#setstate",
"React.NewLifecycle.getSnapshotBeforeUpdate": "https://react.dev/reference/react/Component#getsnapshotbeforeupdate",
"React.StaticLifecycle.getDerivedStateFromProps": "https://react.dev/reference/react/Component#static-getderivedstatefromprops",
"React.ComponentLifecycle.componentDidMount": "https://react.dev/reference/react/Component#componentdidmount"
}
},
"readme": "none",
"name": "Semiotic API Reference",
"navigationLinks": {
"Docs": "/",
"GitHub": "https://github.com/nteract/semiotic"
},
"categorizeByGroup": true,
"sort": ["source-order"],
"visibilityFilters": {
"protected": false,
"private": false,
"inherited": true,
"@deprecated": true
}
}