Param.Visible

Syntax

Visible: Boolean

Description

The Visible property controls parameter visibility on the Data Source Parameters panel.

Comments

Use JSON or the setVisible method to set the property value and the getVisible method to get the property value and the.

This property is True if parameter is shown in the Data Sources Parameters panel, and False if the parameter is not shown.

Example

The property use is given on the Param Constructor page.

See also:

Param