PlotOptionsSyncState#
- class jdaviz.core.template_mixin.PlotOptionsSyncState(plugin, viewer_select, layer_select, glue_name, value, sync, spinner=None, state_filter=None)[source]#
Bases:
BasePluginComponent
Plugin component for syncing with glue state objects.
Useful API methods/attributes:
value
: the currently set value sent to the underlyinglinked_states
objects in gluetext
: the user-friendly equivalent of the currently set value (only when haschoices
)choices()
(only when applicable)
Attributes Summary
The user-friendly text equivalent of the currently set value
Methods Summary
glue_name
(state)is_mixed
(glue_values)state_filter
(state)unmix_state
([new_value])Attributes Documentation
- choices#
- linked_states#
- subscribed_icons#
- subscribed_states#
- subscribed_viewers#
- text#
The user-friendly text equivalent of the currently set value
- user_api#
Methods Documentation