Skip to content

SettingControlBase.disabled?

SettingControlBase › disabled?

Official

Type: (() => boolean) | boolean

Disables the control. Evaluated on each render, so a function form can reflect runtime state (e.g. whether another plugin is installed). Call update() on the setting tab to re-evaluate after the underlying state changes.

Since: 1.13.0