mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Added function declarations for ExecuteOrDelayUntilBodyLoaded, ExecuteOrDelayUntilScriptLoaded and ExecuteOrDelayUntilEventNotified.
This commit is contained in:
Vendored
+9
-6
@@ -1,12 +1,15 @@
|
||||
// Type definitions for SharePoint 2010 and 2013
|
||||
// Project: https://github.com/gandjustas/sptypescript
|
||||
// Definitions by: Stanislav Vyshchepan <http://blog.gandjustas.ru>, Andrey Markeev <http://markeev.com>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../microsoft-ajax/microsoft.ajax.d.ts" />
|
||||
// Type definitions for SharePoint 2010 and 2013
|
||||
// Project: https://github.com/gandjustas/sptypescript
|
||||
// Definitions by: Stanislav Vyshchepan <http://blog.gandjustas.ru>, Andrey Markeev <http://markeev.com>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../microsoft-ajax/microsoft.ajax.d.ts" />
|
||||
declare var _spBodyOnLoadFunctions: Function[];
|
||||
declare var _spBodyOnLoadFunctionNames: string[];
|
||||
declare var _spBodyOnLoadCalled: boolean;
|
||||
declare function ExecuteOrDelayUntilBodyLoaded(initFunc: () => void): void;
|
||||
declare function ExecuteOrDelayUntilScriptLoaded(func: () => void, depScriptFileName: string): boolean;
|
||||
declare function ExecuteOrDelayUntilEventNotified(func: Function, eventName: string): boolean;
|
||||
declare var Strings:any;
|
||||
|
||||
declare module SP {
|
||||
|
||||
Reference in New Issue
Block a user