Skip to content

Commit 39081b7

Browse files
authored
Hide private APIs from public docs (#125)
* Hide private APIs from public docs * Add missing channelRelativeUrl field to Context
1 parent 58e7d62 commit 39081b7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/MicrosoftTeams.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,9 @@ namespace microsoftTeams {
735735
}
736736

737737
/**
738+
* @private
739+
* Hide from docs.
740+
* ------
738741
* Opens a client-friendly preview of the specified file.
739742
* @param file The file to preview.
740743
*/
@@ -1618,6 +1621,11 @@ namespace microsoftTeams {
16181621
*/
16191622
teamSiteUrl?: string;
16201623

1624+
/**
1625+
* The relative path to the SharePoint folder associated with the channel.
1626+
*/
1627+
channelRelativeUrl?: string;
1628+
16211629
/**
16221630
* Unique ID for the current Teams session for use in correlating telemetry data.
16231631
*/
@@ -1690,6 +1698,11 @@ namespace microsoftTeams {
16901698
subEntityWebUrl?: string;
16911699
}
16921700

1701+
/**
1702+
* @private
1703+
* Hide from docs.
1704+
* ------
1705+
*/
16931706
export interface FilePreviewParameters {
16941707
/**
16951708
* The developer-defined unique ID for the file.

0 commit comments

Comments
 (0)