File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Reference the library inside of your `.html` page using:
4646
4747``` html
4848<!-- Microsoft Teams JavaScript API (via CDN) -->
49- <script src =" https://unpkg.com/@microsoft/teams-js@1.3.1/dist/MicrosoftTeams.min.js" integrity =" sha384-fTjWNTelhUDsOG+6Xvsly5BVO8estmdrfVmaRQuTGRTtcjHYA3oQANo805/kHXvJ " crossorigin =" anonymous" ></script >
49+ <script src =" https://unpkg.com/@microsoft/teams-js@1.3.1/dist/MicrosoftTeams.min.js" integrity =" sha384-W0C47hvPMATrTnRWRl+rY3zESt3SJ7h5GnvMQx9wSgH44X2Xh5gieJ2hAXVeKSlo " crossorigin =" anonymous" ></script >
5050
5151<!-- Microsoft Teams JavaScript API (via npm) -->
5252<script src =" node_modules/@microsoft/teams-js@1.3.1/dist/MicrosoftTeams.min.js" ></script >
Original file line number Diff line number Diff line change @@ -345,6 +345,9 @@ declare namespace microsoftTeams {
345345 */
346346 function shareDeepLink ( deepLinkParameters : DeepLinkParameters ) : void ;
347347 /**
348+ * @private
349+ * Hide from docs.
350+ * ------
348351 * Opens a client-friendly preview of the specified file.
349352 * @param file The file to preview.
350353 */
Original file line number Diff line number Diff line change @@ -397,6 +397,9 @@ var microsoftTeams;
397397 }
398398 microsoftTeams . shareDeepLink = shareDeepLink ;
399399 /**
400+ * @private
401+ * Hide from docs.
402+ * ------
400403 * Opens a client-friendly preview of the specified file.
401404 * @param file The file to preview.
402405 */
You can’t perform that action at this time.
0 commit comments