AutoTextField#
- class jdaviz.core.template_mixin.AutoTextField(plugin, value, default, auto, invalid_msg)[source]#
Bases:
BasePluginComponent
Label component with the ability to synchronize to a plugin-provided default value or override with a custom value. Setting
value
will setauto
to False. Settingauto
to True, will setvalue
to the default value.Useful API methods/attributes:
value
auto