We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9900195 + 35a730d commit 047e09dCopy full SHA for 047e09d
packages/titanium-docgen/generators/typescript_generator.js
@@ -21,7 +21,13 @@ const skipApis = [
21
// List of modules that need to be generated as an interface instead of a namespace.
22
const forcedInterfaces = [
23
'Titanium.Android.R',
24
- 'Titanium.App.iOS.UserDefaults'
+ 'Titanium.App.iOS.UserDefaults',
25
+ 'Titanium.Media.Item',
26
+ 'Titanium.Calendar.Attendee',
27
+ 'Titanium.Calendar.Reminder',
28
+ 'Titanium.Calendar.RecurrenceRule',
29
+ 'Titanium.Platform.DisplayCaps',
30
+ 'Titanium.XML.DocumentType'
31
];
32
33
const eventsMethods = [
0 commit comments