mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Fix wssId to have type number (#9464)
This fix is in accordance to docs here: https://msdn.microsoft.com/en-us/library/office/dn312519.aspx and here: https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.taxonomy.taxonomyfieldvalue.wssid.aspx
This commit is contained in:
committed by
Masahiro Wakame
parent
6df9455971
commit
bb12562cf0
4
sharepoint/SharePoint.d.ts
vendored
4
sharepoint/SharePoint.d.ts
vendored
@@ -6946,8 +6946,8 @@ declare namespace SP {
|
||||
set_label(value: string): void;
|
||||
get_termGuid(): SP.Guid;
|
||||
set_termGuid(value: SP.Guid): void;
|
||||
get_wssId(): SP.Guid;
|
||||
set_wssId(value: SP.Guid): void;
|
||||
get_wssId(): number;
|
||||
set_wssId(value: number): void;
|
||||
}
|
||||
|
||||
export class MobileTaxonomyField extends SP.ClientObject {
|
||||
|
||||
Reference in New Issue
Block a user