Skip to content

Setting.setVisibility method

Setting › setVisibility

Unofficial

Shows/hides the setting.

Signature:

setVisibility(visible: boolean): this

Parameters:

Parameter Type Description
visible boolean Whether the setting should be visible.

Returns: thisThe setting instance.