Skip to content

SettingDefinitionGroup.visible?

SettingDefinitionGroup › visible?

Official

Type: boolean | (() => boolean)

Controls whether the group is rendered. false or () => false hides it entirely (heading, controls, and items). Evaluated on each render. Default: true.

Since: 1.13.0