Skip to content

Commit ea07e8b

Browse files
authored
Merge pull request #211 from ArsenAghajanyan/gh_master
Added title optional property to the NavigationOptions interface
2 parents 742a554 + f2055ea commit ea07e8b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/XrmDefinitelyTyped/Resources/Extensions/xrm_ext_9-.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,11 @@ declare namespace Xrm {
558558
* Number. Specify 1 to open the dialog in center; 2 to open the dialog on the side. Default is 1 (center).
559559
*/
560560
position?: NavigationOptionsPosition;
561+
562+
/**
563+
* String. The dialog title on top of the center or side dialog.
564+
*/
565+
title?: string;
561566
}
562567

563568
/**

0 commit comments

Comments
 (0)