Skip to content

Commit 10bfefd

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

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • src/XrmDefinitelyTyped/Resources

src/XrmDefinitelyTyped/Resources/xrm.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,6 +1024,11 @@
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;
10271032
}
10281033

10291034
interface navigation {

0 commit comments

Comments
 (0)