We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 742a554 + f2055ea commit ea07e8bCopy full SHA for ea07e8b
1 file changed
src/XrmDefinitelyTyped/Resources/Extensions/xrm_ext_9-.d.ts
@@ -558,6 +558,11 @@ declare namespace Xrm {
558
* Number. Specify 1 to open the dialog in center; 2 to open the dialog on the side. Default is 1 (center).
559
*/
560
position?: NavigationOptionsPosition;
561
+
562
+ /**
563
+ * String. The dialog title on top of the center or side dialog.
564
+ */
565
+ title?: string;
566
}
567
568
/**
0 commit comments