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 set auto to False. Setting auto to True, will set value to the default value.

Useful API methods/attributes:

  • value

  • auto