ViewerSelect

class jdaviz.core.template_mixin.ViewerSelect(**kwargs: Any)[source] [edit on github]

Bases: SelectPluginComponent

Plugin select for viewers, with support for single or multi-selection.

Useful API methods/attributes:

This extends BasePluginComponent for common functionality for a select/dropdown component. The subclasses MUST have an items traitlet as a list of dictionaries, with ‘label’ as the selection entry (and any other optional entries for styling, etc) and a selected string traitlet. The subclasses should also override selected_obj and may choose to override _selected_changed (likely with a super call to keep the base logic).

Attributes Summary

ids

references

selected_id

selected_obj

selected_reference

Attributes Documentation

ids
references
selected_id
selected_obj
selected_reference