Skip to content

Commit 5e9ac9e

Browse files
author
Musa Demir
committed
allow to return more info in confirm
1 parent dae45a1 commit 5e9ac9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Abp/Framework/scripts/abp.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318

319319
function error(message: string, title?: string, options?: any): any;
320320

321-
function confirm(message: string, title?: string, callback?: (result: boolean) => void, options?: any): any;
321+
function confirm(message: string, title?: string, callback?: (result: boolean, info?: any) => void, options?: any): any;
322322

323323
}
324324

0 commit comments

Comments
 (0)