File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Menu xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" SupportedProduct =" |SharePoint" SupportedVersion =" |V1.0|" >
3
3
<Item text =" SharePoint Framework Reference" url =" spfx" SEODescription =" Reference documentation for the SharePoint Framework" >
4
- <Item text =" Internal modules" url =" spfx/internal-modules" SEODescription =" " />
5
- <Item text =" sp-webpart-base" url =" spfx/sp-webpart-base" SEODescription =" " >
4
+ <Item text =" sp-webpart-base" url =" spfx/sp-webpart-base-module" SEODescription =" " >
6
5
<Item text =" Classes" url =" spfx/sp-webpart-base/class" SEODescription =" " >
7
6
<Item text =" BaseClientSideWebPart" url =" spfx/sp-webpart-base/class/baseclientsidewebpart" SEODescription =" " />
8
7
</Item >
50
49
<Item text =" IWebPartPropertiesMetadata" url =" spfx/sp-webpart-base/interface/iwebpartpropertiesmetadata" SEODescription =" " />
51
50
</Item >
52
51
</Item >
53
- <Item text =" sp-core-library" url =" spfx/sp-core-library" SEODescription =" " >
52
+ <Item text =" sp-core-library" url =" spfx/sp-core-library-module " SEODescription =" " >
54
53
<Item text =" Classes" url =" spfx/sp-core-library" SEODescription =" " >
55
54
<Item text =" Environment" url =" spfx/sp-core-library/class/environment" SEODescription =" " />
56
55
<Item text =" Guid" url =" spfx/sp-core-library/class/guid" SEODescription =" " />
135
134
</Item >
136
135
</Item >
137
136
<Item text =" horizontalline" url =" /" IsSeparation =" true" />
138
- <Item text =" External modules " url =" spfx/external-modules " SEODescription =" " />
137
+ <Item text =" External packages " url =" spfx/external-packages " SEODescription =" " />
139
138
<Item text =" es6-collections" url =" spfx/es6-collections-module" SEODescription =" " >
140
139
<Item text =" Interfaces" url =" spfx/es6-collections" SEODescription =" " >
141
140
<Item text =" ForEachable" url =" spfx/es6-collections.api/interface/foreachable" SEODescription =" " />
Original file line number Diff line number Diff line change
1
+ # External packages
2
+
3
+ External packages are typings provided for 3rd party packages used by the SharePoint Framework.
4
+
5
+ | External package | Description |
6
+ | --------------------| ---------------------------------------------------------|
7
+ | [ es6-collections] ( es6-collections.md ) | |
8
+ | [ es6-promise] ( es6-promise.md ) | |
9
+ | [ whatwg-fetch] ( whatwg-fetch.md ) | |
You can’t perform that action at this time.
0 commit comments