Skip to content

Commit 5a76a15

Browse files
author
Magnus Gether Sørensen
committed
Moved typing to correct version
1 parent 8a94785 commit 5a76a15

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,11 @@ declare namespace Xrm {
8484
*/
8585
removeOnLookupTagClick(functionRef: Function): void;
8686
}
87+
88+
interface FormItem {
89+
/**
90+
* Sets a value that indicates whether the control is visible.
91+
*/
92+
setVisible(visibility: boolean): void;
93+
}
8794
}

src/XrmDefinitelyTyped/Resources/xrm.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,11 +1024,6 @@
10241024
* Opens the specified form.
10251025
*/
10261026
navigate(): void;
1027-
1028-
/**
1029-
* Sets a value that indicates whether the control is visible.
1030-
*/
1031-
setVisible(visibility: boolean): void;
10321027
}
10331028

10341029
interface navigation {

0 commit comments

Comments
 (0)