mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[Sharepoint] Methods for "disableReturnValueCache" (#38081)
* Methods for "disableReturnValueCache" * travis bugs fixed * trailing whitespace removed
This commit is contained in:
parent
047e31f65c
commit
d57f1b9a13
4
types/sharepoint/index.d.ts
vendored
4
types/sharepoint/index.d.ts
vendored
@ -19,7 +19,7 @@ declare function ExecuteOrDelayUntilScriptLoaded(func: () => void, depScriptFile
|
||||
declare function ExecuteOrDelayUntilEventNotified(func: (...args: any[]) => void, eventName: string): boolean;
|
||||
declare var Strings: any;
|
||||
declare const enum Sods {
|
||||
missing = 1,
|
||||
missing = 1,
|
||||
loading = 2,
|
||||
pending = 3,
|
||||
loaded = 4,
|
||||
@ -2206,6 +2206,8 @@ declare namespace SP {
|
||||
set_formDigestHandlingEnabled(value: boolean): void;
|
||||
get_applicationName(): string;
|
||||
set_applicationName(value: string): void;
|
||||
get_disableReturnValueCache(): boolean;
|
||||
set_disableReturnValueCache(value: boolean): boolean;
|
||||
get_clientTag(): string;
|
||||
set_clientTag(value: string): void;
|
||||
get_webRequestExecutorFactory(): SP.IWebRequestExecutorFactory;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user