Skip to content

Commit af19993

Browse files
committed
added external/internal toc topics
1 parent 5dcac4c commit af19993

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

reference/spfx/external-modules.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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) | |

reference/spfx/internal-modules.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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. |

0 commit comments

Comments
 (0)