setTabNavigatorVisible (Client API reference)

Sets the tab navigator visibility.

Note

This method is supported only on Unified Interface.

Syntax

formContext.ui.headerSection.setTabNavigatorVisible(bool);

Parameter

Name Type Required Description
bool Boolean Yes Specify true to show the tab navigator; false to hide the tab navigator.

formContext.ui.headerSection