File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ # External modules
2
+
3
+ External modules are typings provided for 3rd party libraries that the SharePoint Framework uses.
4
+
5
+ | External module | Description |
6
+ | -------------------| ---------------------------------------------------------|
7
+ | [ es6-collections] ( es6-collections.md ) | |
8
+ | [ es6-promise] ( es6-promise.md ) | |
9
+ | [ whatwg-fetch] ( whatwg-fetch.md ) | |
Original file line number Diff line number Diff line change
1
+ # Internal modules
2
+
3
+ Internal modules are provided with the SharePoint Framework and provide access to functionality in both SharePoint and the SharePoint Framework.
4
+
5
+ | Internal module | Description |
6
+ | -------------------| ---------------------------------------------------------|
7
+ | [ sp-webpart-base] ( sp-webpart-base-module.md ) | Provides access to basic web part functions. |
8
+ | [ sp-core-library] ( sp-core-library-module.md ) | Provides core functions the rest of the framework relies on. |
9
+ | [ sp-component-base] ( sp-component-base-module.md ) | Provides interface for accessing client-side component business logic. |
10
+ | [ sp-http] ( sp-http-module.md ) | Provides functionality for access to the SharePoint REST API. |
11
+ | [ sp-loader] ( sp-loader-module.md ) | Used to load scripts and components. |
12
+ | [ sp-odata-types] ( sp-odata-types.md ) | Use for OData types. |
13
+ | [ sp-page-context] ( sp-page-context.md ) | Provides access to the page context. |
You can’t perform that action at this time.
0 commit comments