AutoTextField#

class jdaviz.core.template_mixin.AutoTextField(plugin, value, default, auto, invalid_msg, unique_in_data_collection=False)[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

Methods Summary

map_value(attr, value)

Methods Documentation

map_value(attr, value)[source]#