-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy pathtypedoc.json
More file actions
48 lines (48 loc) · 1.48 KB
/
typedoc.json
File metadata and controls
48 lines (48 loc) · 1.48 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
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["lib/modular.ts", "lib/types/analytics.ts"],
"tsconfig": "tsconfig.json",
"intentionallyNotExported": [
"_AddPaymentInfoEventParameters",
"_AddShippingInfoEventParameters",
"_AddShippingInfoParameters",
"_AddToCartEventParameters",
"_AddToWishlistEventParameters",
"_AnalyticsCallOptions",
"_AnalyticsSettings",
"_BeginCheckoutEventParameters",
"_CampaignDetailsEventParameters",
"_ConsentSettings",
"_EarnVirtualCurrencyEventParameters",
"_EventParams",
"_GenerateLeadEventParameters",
"_GtagConfigParams",
"_Item",
"_JoinGroupEventParameters",
"_LevelEndEventParameters",
"_LevelStartEventParameters",
"_LevelUpEventParameters",
"_LoginEventParameters",
"_PostScoreEventParameters",
"_PurchaseEventParameters",
"_RefundEventParameters",
"_RemoveFromCartEventParameters",
"_ScreenViewParameters",
"_SearchEventParameters",
"_SelectContentEventParameters",
"_SelectItemEventParameters",
"_SelectPromotionEventParameters",
"_SetCheckoutOptionEventParameters",
"_SettingsOptions",
"_ShareEventParameters",
"_SignUpEventParameters",
"_SpendVirtualCurrencyEventParameters",
"_Statics",
"_UnlockAchievementEventParameters",
"_ViewCartEventParameters",
"_ViewItemEventParameters",
"_ViewItemListEventParameters",
"_ViewPromotionEventParameters",
"_ViewSearchResultsParameters"
]
}