Skip to content

Commit f195a8a

Browse files
authored
Merge pull request #27 from aspnetboilerplate/add-info-to-confirm-callback
allow to return more info in confirm
2 parents dae45a1 + 5e9ac9e commit f195a8a

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)