[SharePoint] Add _spFriendlyUrlPageContextInfo (#17052)

This commit is contained in:
StefanSchoof
2017-06-08 23:35:02 +02:00
committed by Mohamed Hegazy
parent 9e9bee1412
commit 0c42afa21a

View File

@@ -179,6 +179,13 @@ declare class _spPageContextInfo {
static webUIVersion: number; // 15
}
declare class _spFriendlyUrlPageContextInfo {
static termId: string;
static termSetId: string;
static termStoreId: string;
static title: string;
}
declare function STSHtmlEncode(value: string): string;
declare function STSHtmlDecode(value: string): string;