-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
43 lines (43 loc) · 1.13 KB
/
Copy pathtypedoc.json
File metadata and controls
43 lines (43 loc) · 1.13 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
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"./DependentChoice/index.ts",
"./DependentChoice/DependentChoiceApp.tsx",
"./DependentChoice/components/DependentChoice.tsx",
"./DependentChoice/services/ChoiceService/ChoiceService.ts",
"./DependentChoice/services/DependencyMappingService/DependencyMappingService.ts",
"./DependentChoice/services/PcfContextService/PcfContextService.ts"
],
"out": "docs/api",
"plugin": ["typedoc-plugin-markdown"],
"entryPointStrategy": "expand",
"excludeExternals": true,
"excludePrivate": true,
"excludeProtected": false,
"excludeInternal": false,
"readme": "README.md",
"name": "Dependent Choice PCF Control API Documentation",
"includeVersion": true,
"sort": ["source-order"],
"kindSortOrder": [
"Class",
"Interface",
"Function",
"TypeAlias",
"Variable"
],
"categoryOrder": [
"Components",
"Services",
"Interfaces",
"*"
],
"navigation": {
"includeCategories": true,
"includeGroups": true
},
"gitRevision": "master",
"githubPages": false,
"hideGenerator": false,
"searchInComments": true
}