setVisible (Client API reference)
Sets the visibility of the footer section.
Note
This method is supported only on Unified Interface.
Syntax
formContext.ui.footerSection.setVisible(bool);
Parameter
| Name | Type | Required | Description |
|---|---|---|---|
| bool | Boolean | Yes | Specify true to show the footer section; false to hide the footer section. |