Skip to content

Commit 4eef4f4

Browse files
committed
adding remarks
2 parents 775adc7 + a605b53 commit 4eef4f4

File tree

1 file changed

+127
-20
lines changed

1 file changed

+127
-20
lines changed

misc/SharePointReferenceToc.xml

Lines changed: 127 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,137 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Menu xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SupportedProduct="|SharePoint" SupportedVersion="|V1.0|">
3-
<Item text="SharePoint Framework Reference" url="spfx" SEODescription="Reference documentation for the SharePoint Framework">
4-
<Item text="sp-client-base module" url="spfx/sp-client-base" SEODescription="">
5-
<Item text="BasicHttpClient class" url="spfx/sp-client-base/basichttpclient" SEODescription=""/>
6-
<Item text="Compare class" url="spfx/sp-client-base/compare" SEODescription=""/>
3+
<Item text="SharePoint Framework Reference" url="spdx" SEODescription="Reference documentation for the SharePoint Framework">
4+
<Item text="sp-component-base module" url="spdx/sp-component-base-module" SEODescription="">
5+
<Item text="Interfaces" url="spdx/sp-component-base" SEODescription="">
6+
<Item text="IClientSideComponentContext" url="spdx/sp-component-base/IClientSideComponentContext" SEODescription=""/>
7+
</Item>
78
</Item>
8-
<Item text="sp-client-preview module" url="spfx/sp-client-preview" SEODescription="">
9-
<Item text="BaseClientSideWebPart class" url="spfx/sp-client-preview/baseclientsidewebpart" SEODescription=""/>
10-
<Item text="MockWebPartContext class" url="spfx/sp-client-preview/mockwebpartcontext" SEODescription=""/>
9+
<Item text="sp-core-library module" url="spdx/sp-core-library-module" SEODescription="">
10+
<Item text="Classes" url="spdx/sp-core-library" SEODescription="">
11+
<Item text="Environment" url="spdx/sp-core-library/Environment" SEODescription=""/>
12+
<Item text="Guid" url="spdx/sp-core-library/Guid" SEODescription=""/>
13+
<Item text="Log" url="spdx/sp-core-library/Log" SEODescription=""/>
14+
<Item text="RandomNumberGenerator" url="spdx/sp-core-library/RandomNumberGenerator" SEODescription=""/>
15+
<Item text="ServiceKey" url="spdx/sp-core-library/ServiceKey" SEODescription=""/>
16+
<Item text="ServiceScope" url="spdx/sp-core-library/ServiceScope" SEODescription=""/>
17+
<Item text="TimeProvider" url="spdx/sp-core-library/TimeProvider" SEODescription=""/>
18+
<Item text="UrlQueryParameterCollection" url="spdx/sp-core-library/UrlQueryParameterCollection" SEODescription=""/>
19+
<Item text="UrlUtilities" url="spdx/sp-core-library/UrlUtilities" SEODescription=""/>
20+
<Item text="Validate" url="spdx/sp-core-library/Validate" SEODescription=""/>
21+
<Item text="Version" url="spdx/sp-core-library/Version" SEODescription=""/>
22+
</Item>
23+
<Item text="Enumerations" url="spdx/sp-core-library" SEODescription="">
24+
<Item text="DisplayMode" url="spdx/sp-core-library/DisplayMode" SEODescription=""/>
25+
<Item text="EnvironmentType" url="spdx/sp-core-library/EnvironmentType" SEODescription=""/>
26+
</Item>
27+
<Item text="Interfaces" url="spdx/sp-core-library" SEODescription="">
28+
<Item text="IRandomNumberGenerator" url="spdx/sp-core-library/IRandomNumberGenerator" SEODescription=""/>
29+
<Item text="IServiceCollection" url="spdx/sp-core-library/IServiceCollection" SEODescription=""/>
30+
<Item text="ITimeProvider" url="spdx/sp-core-library/ITimeProvider" SEODescription=""/>
31+
</Item>
1132
</Item>
12-
<Item text="sp-module-interfaces module" url="spfx/sp-module-interfaces" SEODescription="">
13-
<Item text="IBundleReference interface" url="spfx/sp-module-interfaces/ibundlereference" SEODescription=""/>
14-
<Item text="IClientSideComponentLoaderConfig interface" url="spfx/sp-module-interfaces/iclientsidecomponentloaderconfig" SEODescription=""/>
33+
<Item text="sp-http module" url="spdx/sp-http-module" SEODescription="">
34+
<Item text="Classes" url="spdx/sp-http" SEODescription="">
35+
<Item text="HttpClient" url="spdx/sp-http/HttpClient" SEODescription=""/>
36+
<Item text="HttpClientConfiguration" url="spdx/sp-http/HttpClientConfiguration" SEODescription=""/>
37+
<Item text="HttpClientConfigurations" url="spdx/sp-http/HttpClientConfigurations" SEODescription=""/>
38+
<Item text="HttpClientResponse" url="spdx/sp-http/HttpClientResponse" SEODescription=""/>
39+
<Item text="ODataVersion" url="spdx/sp-http/ODataVersion" SEODescription=""/>
40+
<Item text="SPHttpClient" url="spdx/sp-http/SPHttpClient" SEODescription=""/>
41+
<Item text="SPHttpClientCommonConfiguration" url="spdx/sp-http/SPHttpClientCommonConfiguration" SEODescription=""/>
42+
<Item text="SPHttpClientConfiguration" url="spdx/sp-http/SPHttpClientConfiguration" SEODescription=""/>
43+
<Item text="SPHttpClientConfigurations" url="spdx/sp-http/SPHttpClientConfigurations" SEODescription=""/>
44+
<Item text="SPHttpClientResponse" url="spdx/sp-http/SPHttpClientResponse" SEODescription=""/>
45+
</Item>
46+
<Item text="Interfaces" url="spdx/sp-http" SEODescription="">
47+
<Item text="IHttpClientConfiguration" url="spdx/sp-http/IHttpClientConfiguration" SEODescription=""/>
48+
<Item text="IHttpClientOptions" url="spdx/sp-http/IHttpClientOptions" SEODescription=""/>
49+
<Item text="ISPHttpClientCommonConfiguration" url="spdx/sp-http/ISPHttpClientCommonConfiguration" SEODescription=""/>
50+
<Item text="ISPHttpClientConfiguration" url="spdx/sp-http/ISPHttpClientConfiguration" SEODescription=""/>
51+
<Item text="ISPHttpClientOptions" url="spdx/sp-http/ISPHttpClientOptions" SEODescription=""/>
52+
</Item>
1553
</Item>
16-
<Item text="es6-collections module" url="spfx/es6-collections" SEODescription="">
17-
<Item text="ForEachable interface" url="spfx/es6-collections/foreachable" SEODescription=""/>
18-
<Item text="WeakMap interface" url="spfx/es6-collections/weakmap" SEODescription=""/>
54+
<Item text="sp-loader module" url="spdx/sp-loader-module" SEODescription="">
55+
<Item text="Classes" url="spdx/sp-loader" SEODescription="">
56+
<Item text="SPComponentLoader" url="spdx/sp-loader/SPComponentLoader" SEODescription=""/>
57+
</Item>
58+
<Item text="Interfaces" url="spdx/sp-loader" SEODescription="">
59+
<Item text="ILoadScriptOptions" url="spdx/sp-loader/ILoadScriptOptions" SEODescription=""/>
60+
<Item text="ISPComponentLoader" url="spdx/sp-loader/ISPComponentLoader" SEODescription=""/>
61+
</Item>
1962
</Item>
20-
<Item text="es6-promise module" url="spfx/es6-promise" SEODescription="">
21-
<Item text="Promise module" url="spfx/es6-promise/promise-imodule" SEODescription=""/>
22-
<Item text="Promise class" url="spfx/es6-promise/promise" SEODescription=""/>
23-
<Item text="Thenable interface" url="spfx/es6-promise/thenable" SEODescription=""/>
63+
<Item text="sp-odata-types module" url="spdx/sp-odata-types-module" SEODescription="">
64+
<Item text="Interfaces" url="spdx/sp-odata-types" SEODescription="">
65+
<Item text="IODataBasePermission" url="spdx/sp-odata-types/IODataBasePermission" SEODescription=""/>
66+
<Item text="IODataChangeToken" url="spdx/sp-odata-types/IODataChangeToken" SEODescription=""/>
67+
<Item text="IODataContextWebInformation" url="spdx/sp-odata-types/IODataContextWebInformation" SEODescription=""/>
68+
<Item text="IODataList" url="spdx/sp-odata-types/IODataList" SEODescription=""/>
69+
<Item text="IODataListItem" url="spdx/sp-odata-types/IODataListItem" SEODescription=""/>
70+
<Item text="IODataNavigationNode" url="spdx/sp-odata-types/IODataNavigationNode" SEODescription=""/>
71+
<Item text="IODataNavigationNodeCollection" url="spdx/sp-odata-types/IODataNavigationNodeCollection" SEODescription=""/>
72+
<Item text="IODataUser" url="spdx/sp-odata-types/IODataUser" SEODescription=""/>
73+
<Item text="IODataWeb" url="spdx/sp-odata-types/IODataWeb" SEODescription=""/>
74+
</Item>
2475
</Item>
25-
<Item text="whatwg-fetch module" url="spfx/whatwg-fetch" SEODescription="">
26-
<Item text="Request class" url="spfx/whatwg-fetch/request" SEODescription=""/>
27-
<Item text="Headers class" url="spfx/whatwg-fetch/headers" SEODescription=""/>
76+
<Item text="sp-page-context module" url="spdx/sp-page-context-module" SEODescription="">
77+
<Item text="Classes" url="spdx/sp-page-context" SEODescription="">
78+
<Item text="CultureInfo" url="spdx/sp-page-context/CultureInfo" SEODescription=""/>
79+
<Item text="PageContext" url="spdx/sp-page-context/PageContext" SEODescription=""/>
80+
<Item text="SPList" url="spdx/sp-page-context/SPList" SEODescription=""/>
81+
<Item text="SPListItem" url="spdx/sp-page-context/SPListItem" SEODescription=""/>
82+
<Item text="SPPermission" url="spdx/sp-page-context/SPPermission" SEODescription=""/>
83+
<Item text="SPSite" url="spdx/sp-page-context/SPSite" SEODescription=""/>
84+
<Item text="SPUser" url="spdx/sp-page-context/SPUser" SEODescription=""/>
85+
<Item text="SPWeb" url="spdx/sp-page-context/SPWeb" SEODescription=""/>
86+
</Item>
87+
</Item>
88+
<Item text="sp-webpart-base module" url="spdx/sp-webpart-base-module" SEODescription="">
89+
<Item text="Classes" url="spdx/sp-webpart-base" SEODescription="">
90+
<Item text="BaseClientSideWebPart" url="spdx/sp-webpart-base/BaseClientSideWebPart" SEODescription=""/>
91+
</Item>
92+
<Item text="Enumerations" url="spdx/sp-webpart-base" SEODescription="">
93+
<Item text="PropertyPaneButtonType" url="spdx/sp-webpart-base/PropertyPaneButtonType" SEODescription=""/>
94+
<Item text="PropertyPaneFieldType" url="spdx/sp-webpart-base/PropertyPaneFieldType" SEODescription=""/>
95+
</Item>
96+
<Item text="Functions" url="spdx/sp-webpart-base" SEODescription="">
97+
<Item text="PropertyPaneButton" url="spdx/sp-webpart-base/PropertyPaneButton" SEODescription=""/>
98+
<Item text="PropertyPaneCheckbox" url="spdx/sp-webpart-base/PropertyPaneCheckbox" SEODescription=""/>
99+
<Item text="PropertyPaneChoiceGroup" url="spdx/sp-webpart-base/PropertyPaneChoiceGroup" SEODescription=""/>
100+
<Item text="PropertyPaneDropdown" url="spdx/sp-webpart-base/PropertyPaneDropdown" SEODescription=""/>
101+
<Item text="PropertyPaneHorizontalRule" url="spdx/sp-webpart-base/PropertyPaneHorizontalRule" SEODescription=""/>
102+
<Item text="PropertyPaneLabel" url="spdx/sp-webpart-base/PropertyPaneLabel" SEODescription=""/>
103+
<Item text="PropertyPaneLink" url="spdx/sp-webpart-base/PropertyPaneLink" SEODescription=""/>
104+
<Item text="PropertyPaneSlider" url="spdx/sp-webpart-base/PropertyPaneSlider" SEODescription=""/>
105+
<Item text="PropertyPaneTextField" url="spdx/sp-webpart-base/PropertyPaneTextField" SEODescription=""/>
106+
<Item text="PropertyPaneToggle" url="spdx/sp-webpart-base/PropertyPaneToggle" SEODescription=""/>
107+
</Item>
108+
<Item text="Interfaces" url="spdx/sp-webpart-base" SEODescription="">
109+
<Item text="IClientSideWebPartStatusRenderer" url="spdx/sp-webpart-base/IClientSideWebPartStatusRenderer" SEODescription=""/>
110+
<Item text="IPlaceholderProps" url="spdx/sp-webpart-base/IPlaceholderProps" SEODescription=""/>
111+
<Item text="IPlaceholderSpinnerProps" url="spdx/sp-webpart-base/IPlaceholderSpinnerProps" SEODescription=""/>
112+
<Item text="IPropertyPaneButtonProps" url="spdx/sp-webpart-base/IPropertyPaneButtonProps" SEODescription=""/>
113+
<Item text="IPropertyPaneCheckboxProps" url="spdx/sp-webpart-base/IPropertyPaneCheckboxProps" SEODescription=""/>
114+
<Item text="IPropertyPaneChoiceGroupOption" url="spdx/sp-webpart-base/IPropertyPaneChoiceGroupOption" SEODescription=""/>
115+
<Item text="IPropertyPaneChoiceGroupProps" url="spdx/sp-webpart-base/IPropertyPaneChoiceGroupProps" SEODescription=""/>
116+
<Item text="IPropertyPaneConfiguration" url="spdx/sp-webpart-base/IPropertyPaneConfiguration" SEODescription=""/>
117+
<Item text="IPropertyPaneCustomFieldProps" url="spdx/sp-webpart-base/IPropertyPaneCustomFieldProps" SEODescription=""/>
118+
<Item text="IPropertyPaneDropdownOption" url="spdx/sp-webpart-base/IPropertyPaneDropdownOption" SEODescription=""/>
119+
<Item text="IPropertyPaneDropdownProps" url="spdx/sp-webpart-base/IPropertyPaneDropdownProps" SEODescription=""/>
120+
<Item text="IPropertyPaneField" url="spdx/sp-webpart-base/IPropertyPaneField" SEODescription=""/>
121+
<Item text="IPropertyPaneGroup" url="spdx/sp-webpart-base/IPropertyPaneGroup" SEODescription=""/>
122+
<Item text="IPropertyPaneLabelProps" url="spdx/sp-webpart-base/IPropertyPaneLabelProps" SEODescription=""/>
123+
<Item text="IPropertyPaneLinkProps" url="spdx/sp-webpart-base/IPropertyPaneLinkProps" SEODescription=""/>
124+
<Item text="IPropertyPanePage" url="spdx/sp-webpart-base/IPropertyPanePage" SEODescription=""/>
125+
<Item text="IPropertyPanePageHeader" url="spdx/sp-webpart-base/IPropertyPanePageHeader" SEODescription=""/>
126+
<Item text="IPropertyPaneSliderProps" url="spdx/sp-webpart-base/IPropertyPaneSliderProps" SEODescription=""/>
127+
<Item text="IPropertyPaneTextFieldProps" url="spdx/sp-webpart-base/IPropertyPaneTextFieldProps" SEODescription=""/>
128+
<Item text="IPropertyPaneToggleProps" url="spdx/sp-webpart-base/IPropertyPaneToggleProps" SEODescription=""/>
129+
<Item text="ISerializedServerProcessedData" url="spdx/sp-webpart-base/ISerializedServerProcessedData" SEODescription=""/>
130+
<Item text="ISerializedWebPartData" url="spdx/sp-webpart-base/ISerializedWebPartData" SEODescription=""/>
131+
<Item text="IWebPartContext" url="spdx/sp-webpart-base/IWebPartContext" SEODescription=""/>
132+
<Item text="IWebPartData" url="spdx/sp-webpart-base/IWebPartData" SEODescription=""/>
133+
<Item text="IWebPartPropertiesMetadata" url="spdx/sp-webpart-base/IWebPartPropertiesMetadata" SEODescription=""/>
134+
</Item>
28135
</Item>
29136
</Item>
30137
</Menu>

0 commit comments

Comments
 (0)