AddResults#
- class jdaviz.core.template_mixin.AddResults(plugin, label, label_default, label_auto, label_invalid_msg, label_overwrite, add_to_viewer_items, add_to_viewer_selected, label_whitelist_overwrite=[])[source]#
Bases:
BasePluginComponentPlugin component for providing a data-label and selecting a viewer to add the results from the plugin.
Useful API methods/attributes:
label(AutoTextField):the label component. Setting will redirect to setting
label.value.
autoshortcut to
label.auto. Setting will redirect to settinglabel.auto.
viewer(ViewerSelect):the viewer to add the results, or None to add the results to the data-collection but not load into a viewer.
Attributes Summary
Access the
autoproperty of theAutoTextFieldobject.Access the value of the
AutoTextFieldobject.Methods Summary
add_results_from_plugin(data_item[, ...])Add
data_itemto the app's data_collection according to the default or user-provided label and adds to any requested viewers.Attributes Documentation
- auto#
Access the
autoproperty of theAutoTextFieldobject. If enabling, thelabelwill automatically be changed and kept in sync with the default label.
- label#
Access the value of the
AutoTextFieldobject. Changing the value manually will also disable theautooption.
- user_api#
Methods Documentation