mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 10:35:22 +08:00
Update SuccessCallbackDelegate definition
This commit is contained in:
4
xrm/xrm.d.ts
vendored
4
xrm/xrm.d.ts
vendored
@@ -483,8 +483,10 @@ declare namespace Xrm
|
||||
{
|
||||
/**
|
||||
* Called when the operation is successful.
|
||||
* Currently, only the Xrm.Utility.openQuickCreate successCallback
|
||||
* is passed a parameter so an optional parameter for it is included
|
||||
*/
|
||||
export type SuccessCallbackDelegate = ( object: any ) => void;
|
||||
export type SuccessCallbackDelegate = ( savedEntityReference?: Page.LookupValue ) => void;
|
||||
|
||||
/**
|
||||
* Called when the operation fails.
|
||||
|
||||
Reference in New Issue
Block a user