AutoTextField#
- class jdaviz.core.template_mixin.AutoTextField(plugin, value, default, auto, invalid_msg, unique_in_data_collection=False)[source]#
Bases:
BasePluginComponentLabel component with the ability to synchronize to a plugin-provided default value or override with a custom value. Setting
valuewill setautoto False. Settingautoto True, will setvalueto the default value.Useful API methods/attributes:
valueauto
Methods Summary
map_value(attr, value)Methods Documentation