Skip to content

Commit 6521c7b

Browse files
Uroš ŠaveljUroš Šavelj
authored andcommitted
fix for missing setvisible on FormItem
1 parent 4297fee commit 6521c7b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • src/XrmDefinitelyTyped/Resources

src/XrmDefinitelyTyped/Resources/xrm.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,12 @@
10231023
/**
10241024
* Opens the specified form.
10251025
*/
1026-
navigate(): void;
1026+
navigate(): void;
1027+
1028+
/**
1029+
* Sets a value that indicates whether the control is visible.
1030+
*/
1031+
setVisible(visibility: boolean): void;
10271032
}
10281033

10291034
interface navigation {

0 commit comments

Comments
 (0)