8
8
* [ .www] ( #CordovaProject+locations.www ) : <code >String</code >
9
9
* [ .configXml] ( #CordovaProject+locations.configXml ) : <code >String</code >
10
10
* [ .platforms] ( #CordovaProject+locations.platforms ) : <code >String</code >
11
+ * [ .plugins] ( #CordovaProject+locations.plugins ) : <code >String</code >
11
12
* [ .root] ( #CordovaProject+root ) : <code >String</code >
12
13
* [ .buildConfig] ( #CordovaProject+buildConfig ) : <code >BuildConfig</code >
13
14
* [ .projectConfig] ( #CordovaProject+projectConfig ) : <code >ConfigParser</code >
@@ -26,6 +27,7 @@ Simple object that exposes this project's filesystem locations, such as www di
26
27
* [ .www] ( #CordovaProject+locations.www ) : <code >String</code >
27
28
* [ .configXml] ( #CordovaProject+locations.configXml ) : <code >String</code >
28
29
* [ .platforms] ( #CordovaProject+locations.platforms ) : <code >String</code >
30
+ * [ .plugins] ( #CordovaProject+locations.plugins ) : <code >String</code >
29
31
30
32
<a name =" CordovaProject+locations.www " ></a >
31
33
#### locations.www : <code >String</code >
@@ -41,6 +43,11 @@ config.xml file location
41
43
#### locations.platforms : <code >String</code >
42
44
Installed platforms location
43
45
46
+ ** Kind** : static property of <code >[ locations] ( #CordovaProject+locations ) </code >
47
+ <a name =" CordovaProject+locations.plugins " ></a >
48
+ #### locations.plugins : <code >String</code >
49
+ Installed plugins location
50
+
44
51
** Kind** : static property of <code >[ locations] ( #CordovaProject+locations ) </code >
45
52
<a name =" CordovaProject+root " ></a >
46
53
### cordovaProject.root : <code >String</code >
@@ -49,7 +56,7 @@ The project's root location.
49
56
** Kind** : instance property of <code >[ CordovaProject] ( #CordovaProject ) </code >
50
57
<a name =" CordovaProject+buildConfig " ></a >
51
58
### cordovaProject.buildConfig : <code >BuildConfig</code >
52
- Represents the configuration, used for building project. Populated with values from buildconfig .json, if exists, or with some default values, if not.
59
+ Represents the configuration, used for building project. Populated with values from build .json, if exists, or with some default values, if not.
53
60
54
61
** Kind** : instance property of <code >[ CordovaProject] ( #CordovaProject ) </code >
55
62
<a name =" CordovaProject+projectConfig " ></a >
0 commit comments