Skip to content

SettingDefinitionBase.visible?

SettingDefinitionBase › visible?

Official

Type: boolean | (() => boolean)

Controls whether the item is rendered. false or () => false hides the item and also excludes it from search for that render cycle. Evaluated on each render; call update() on the setting tab to re-evaluate after the underlying state changes. Default: true.

Since: 1.13.0