BasePluginComponent

class jdaviz.core.template_mixin.BasePluginComponent(plugin, **kwargs)[source] [edit on github]

Bases: glue.core.hub.HubListener

This base class handles attaching traitlets from the plugin itself to logic handled within the component, support for caching and clearing caches on properties, and common properties for accessing the app, etc.

Attributes Summary

app

hub

spectrum_viewer

Methods Summary

add_observe(traitlet_name, handler)

Attributes Documentation

app
hub
spectrum_viewer

Methods Documentation

add_observe(traitlet_name, handler)[source] [edit on github]