mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
[SharePoint] Add _spFriendlyUrlPageContextInfo (#17052)
This commit is contained in:
committed by
Mohamed Hegazy
parent
9e9bee1412
commit
0c42afa21a
7
types/sharepoint/index.d.ts
vendored
7
types/sharepoint/index.d.ts
vendored
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user